diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 16:53:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 16:53:05 +0000 |
commit | 7f0021a80adf7aa46bea04aee94e5349d14ac783 (patch) | |
tree | 75a61fbd1df3ecd54e752af85741aa520e0ae903 /sysutils/lineak-defaultplugin | |
parent | 101a62f1f24d00f20560f41c82fa7fb3121d280b (diff) |
Notes
Diffstat (limited to 'sysutils/lineak-defaultplugin')
-rw-r--r-- | sysutils/lineak-defaultplugin/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 6010440deef8..8680489ec379 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= lineak-defaultplugin PORTVERSION= 0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils deskutils MASTER_SITES= SF/lineak/lineak_defaultplugin/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -13,21 +13,16 @@ COMMENT= Default plugins for lineakd LICENSE= GPLv2 -LIB_DEPENDS= lineak:${PORTSDIR}/sysutils/lineakd +LIB_DEPENDS= liblineak.so:${PORTSDIR}/sysutils/lineakd -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes +USES= gmake libtool USE_XORG= x11 xext xt xtst xfixes -USES= gmake +GNU_CONFIGURE= yes +CONFIGURE_ARGS= kde_cv_prog_cxx_fno_check_new=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --program-prefix='' -PLIST_FILES= lib/lineakd/plugins/defaultplugin.a \ - lib/lineakd/plugins/defaultplugin.la \ - lib/lineakd/plugins/defaultplugin.so \ - lib/lineakd/plugins/mediadetectplugin.a \ - lib/lineakd/plugins/mediadetectplugin.la \ +PLIST_FILES= lib/lineakd/plugins/defaultplugin.so \ lib/lineakd/plugins/mediadetectplugin.so \ man/man1/lineak_defaultplugin.1.gz \ etc/media-detect.conf |