diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-05 13:45:38 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-05 13:45:38 +0000 |
commit | b1b1f85c60e4f4cf987802282c782c456c0f10e3 (patch) | |
tree | 8007639a2aab4d9d1d4a2738485864deae8632d7 /audio/xmms-tfmx/Makefile | |
parent | 72ab3b96109e22f2de077e088f5cbeace51a8d21 (diff) | |
download | ports-b1b1f85c60e4f4cf987802282c782c456c0f10e3.tar.gz ports-b1b1f85c60e4f4cf987802282c782c456c0f10e3.zip |
Notes
Diffstat (limited to 'audio/xmms-tfmx/Makefile')
-rw-r--r-- | audio/xmms-tfmx/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/xmms-tfmx/Makefile b/audio/xmms-tfmx/Makefile new file mode 100644 index 000000000000..e446bada6a45 --- /dev/null +++ b/audio/xmms-tfmx/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xmms-tfmx +# Date created: 21 May 2000 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ +# + +PORTNAME= xmms-tfmx +PORTVERSION= 0.2 +CATEGORIES= audio +MASTER_SITES= http://www.freenix.no/~anders/ \ + ftp://totem.fix.no/pub/mirrors/misc/ + +MAINTAINER= anders@fix.no + +LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms + +USE_LIBTOOL= yes +USE_GMAKE= yes + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include <bsd.port.mk> |