aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-tfmx/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-25 16:21:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-25 16:21:40 +0000
commit8b9ba3988f86d46aa2688dd469e6f0be43c8382e (patch)
treedc18974f705a049aca8abb03c836f238e6de2677 /audio/xmms-tfmx/Makefile
parent90162f673ea08987c5fecdcdcd3e2a65852b1e41 (diff)
Notes
Diffstat (limited to 'audio/xmms-tfmx/Makefile')
-rw-r--r--audio/xmms-tfmx/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/audio/xmms-tfmx/Makefile b/audio/xmms-tfmx/Makefile
index 2a936c7e5cc6..d0938b9919e8 100644
--- a/audio/xmms-tfmx/Makefile
+++ b/audio/xmms-tfmx/Makefile
@@ -6,21 +6,24 @@
#
PORTNAME= xmms-tfmx
-PORTVERSION= 0.3
-PORTREVISION= 1
+PORTVERSION= 0.5
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \
- http://atreides.freenix.no/~anders/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS Input plugin for playing TFMX tunes
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
-PLIST_FILES= lib/xmms/Input/libtfmx.so
USE_X_PREFIX= yes
+USE_GNOME= gnometarget gtk12 lthack
USE_GMAKE= yes
-USE_GNOME= gtk12
USE_INC_LIBTOOL_VER= 13
+PLIST_FILES= lib/xmms/Input/libtfmx.so
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/src/.libs/libtfmx.so ${PREFIX}/lib/xmms/Input
+
.include <bsd.port.mk>