aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-nsf
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2006-02-23 18:40:44 +0800
committerade <ade@FreeBSD.org>2006-02-23 18:40:44 +0800
commitda880765886f48c0ac8fd253e5601d04ea853215 (patch)
tree55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /audio/xmms-nsf
parentba4beb1ea11e6147a9b30969be42685d1c709e56 (diff)
downloadfreebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz
freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst
freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'audio/xmms-nsf')
-rw-r--r--audio/xmms-nsf/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile
index 7f9cd2817552..0eecbe348a93 100644
--- a/audio/xmms-nsf/Makefile
+++ b/audio/xmms-nsf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmms-nsf
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://optronic.sourceforge.net/files/ \
http://critical.ch/distfiles/
@@ -17,14 +18,16 @@ COMMENT= XMMS input-plugin for playing Nintendo(TM) NSF audio files
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
-USE_AUTOTOOLS= libtool:13
+GNU_CONFIGURE= yes
USE_X_PREFIX= yes
ONLY_FOR_ARCHS= i386 amd64
CFLAGS+= -fPIC
-PLIST_FILES= lib/xmms/Input/libnsf.so lib/xmms/Input/libnsf.la
+PLIST_FILES= lib/xmms/Input/libnsf.a \
+ lib/xmms/Input/libnsf.la \
+ lib/xmms/Input/libnsf.so
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \