aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lineak-defaultplugin
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /sysutils/lineak-defaultplugin
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
downloadports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz
ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'sysutils/lineak-defaultplugin')
-rw-r--r--sysutils/lineak-defaultplugin/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile
index 999da62b567c..4388f64f9dab 100644
--- a/sysutils/lineak-defaultplugin/Makefile
+++ b/sysutils/lineak-defaultplugin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lineak_defaultplugin
PORTVERSION= 0.8.3
+PORTREVISION= 1
CATEGORIES= sysutils deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lineak
@@ -17,7 +18,7 @@ COMMENT= Default plugins for lineakd
LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@@ -25,7 +26,9 @@ CONFIGURE_ARGS+= --program-prefix=''
USE_REINPLACE= yes
MAN1= lineak_defaultplugin.1
-PLIST_FILES= lib/lineakd/plugins/defaultplugin.so \
+PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
+ lib/lineakd/plugins/defaultplugin.so \
+ lib/lineakd/plugins/mediadetectplugin.la \
lib/lineakd/plugins/mediadetectplugin.so
.include <bsd.port.pre.mk>
@@ -33,7 +36,6 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.so \
.if ${OSVERSION} < 500000
# lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too
USE_GCC= 3.4
-GNU_CONFIGURE= yes
.endif
post-patch: