diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-22 11:15:06 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-22 11:15:06 +0000 |
commit | 1a45663dbb79a59d4acac94adaf267f2c7ade97e (patch) | |
tree | f655d13d4bfda156ca89c201450b113d8591f30b /audio/xmms-efxmms/Makefile | |
parent | d82a3ba54e60cf4139fa9f2f90ea2e803a1b16fb (diff) | |
download | ports-1a45663dbb79a59d4acac94adaf267f2c7ade97e.tar.gz ports-1a45663dbb79a59d4acac94adaf267f2c7ade97e.zip |
Notes
Diffstat (limited to 'audio/xmms-efxmms/Makefile')
-rw-r--r-- | audio/xmms-efxmms/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/xmms-efxmms/Makefile b/audio/xmms-efxmms/Makefile new file mode 100644 index 000000000000..5ba7e8c3fc5a --- /dev/null +++ b/audio/xmms-efxmms/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: audio/xmms-efxmms +# Date created: 17 Jun 2005 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= xmms-efxmms +PORTVERSION= 0.0.3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= efxmms +DISTNAME= EFXmms-${PORTVERSION} + +MAINTAINER= alejandro@varnet.biz +COMMENT= Send the XMMS audio output through a queue of multiple effect plugins + +BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gtk12 +USE_INC_LIBTOOL_VER= 13 + +PLIST_FILES= lib/xmms/Effect/libefx.so + +.include <bsd.port.mk> |