diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-24 07:34:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-24 07:34:45 +0000 |
commit | 4e0793af7d629e294b72ad7cdf897293f0a7458a (patch) | |
tree | 7d3d85b1d793f0ce6b1ac1fbf076af267080dbee /audio/xmms-infopipe/Makefile | |
parent | 6d67673b40cc54bff23f50f74cc2e9f38a7e2c9f (diff) | |
download | ports-4e0793af7d629e294b72ad7cdf897293f0a7458a.tar.gz ports-4e0793af7d629e294b72ad7cdf897293f0a7458a.zip |
Notes
Diffstat (limited to 'audio/xmms-infopipe/Makefile')
-rw-r--r-- | audio/xmms-infopipe/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/xmms-infopipe/Makefile b/audio/xmms-infopipe/Makefile new file mode 100644 index 000000000000..0bfa5fdd8dc0 --- /dev/null +++ b/audio/xmms-infopipe/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xmms-infopipe +# Date created: 14 July 2003 +# Whom: mig +# +# $FreeBSD$ +# + +PORTNAME= xmms-infopipe +PORTVERSION= 1.3 +CATEGORIES= audio +MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= mig@mig-29.net +COMMENT= Create a named pipe to retrive xmms info about currently playing song + +RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |