diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-05 13:45:38 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-05 13:45:38 +0000 |
commit | 2e06c5d5c568c585868dc6fda74539d3931d330b (patch) | |
tree | 638584baea51f80f1ffa40887b5d6324410594f1 /audio/xmms-tfmx/Makefile | |
parent | 7851b3e1d1131458e651c6433460b7e49187a0b9 (diff) | |
download | FreeBSD-ports-2e06c5d5c568c585868dc6fda74539d3931d330b.zip FreeBSD-ports-2e06c5d5c568c585868dc6fda74539d3931d330b.tar.gz |
Add xmms-tfmx, a tfmx plugin for xmms.
PR: ports/18726
Submitted by: Anders Nordby <anders@fix.no>
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 0000000..e446bad --- /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> |