[Midnightbsd-cvs] mports [22308] trunk/audio/timemachine: include pkgconfig
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Feb 22 07:49:54 EST 2017
Revision: 22308
http://svnweb.midnightbsd.org/mports/?rev=22308
Author: laffer1
Date: 2017-02-22 07:49:54 -0500 (Wed, 22 Feb 2017)
Log Message:
-----------
include pkgconfig
Modified Paths:
--------------
trunk/audio/timemachine/Makefile
trunk/audio/timemachine/pkg-plist
Modified: trunk/audio/timemachine/Makefile
===================================================================
--- trunk/audio/timemachine/Makefile 2017-02-22 12:45:47 UTC (rev 22307)
+++ trunk/audio/timemachine/Makefile 2017-02-22 12:49:54 UTC (rev 22308)
@@ -2,7 +2,7 @@
PORTNAME= timemachine
PORTVERSION= 0.3.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/timemachine/
@@ -11,26 +11,20 @@
LICENSE= gpl2
-LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
- lo:${PORTSDIR}/audio/liblo \
- sndfile:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS= libjack.so:audio/jack \
+ liblo.so:audio/liblo \
+ libsndfile.so:audio/libsndfile
OPTIONS_DEFINE= LASH
-USES= pathfix
+USES= gmake pathfix pkgconfig
USE_GNOME= gtk20
-USE_GMAKE= yes
GNU_CONFIGURE= yes
LDFLAGS+= -lm
-.include <bsd.mport.options.mk>
+LASH_LIB_DEPENDS= liblash.so:audio/lash
+LASH_CONFIGURE_OFF= --disable-lash
-.if ${PORT_OPTIONS:MLASH}
-LIB_DEPENDS+= lash:${PORTSDIR}/audio/lash
-.else
-CONFIGURE_ARGS+=--disable-lash
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
'/^PACKAGE_CFLAGS=/s|-g||; \
Modified: trunk/audio/timemachine/pkg-plist
===================================================================
--- trunk/audio/timemachine/pkg-plist 2017-02-22 12:45:47 UTC (rev 22307)
+++ trunk/audio/timemachine/pkg-plist 2017-02-22 12:49:54 UTC (rev 22308)
@@ -5,5 +5,3 @@
%%DATADIR%%/pixmaps/on-icon.png
%%DATADIR%%/pixmaps/off-icon.png
%%DATADIR%%/pixmaps/timemachine-icon.png
- at dirrm %%DATADIR%%/pixmaps
- at dirrm %%DATADIR%%
More information about the Midnightbsd-cvs
mailing list