diff options
author | hubertf <hubertf> | 2003-02-14 23:56:38 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-02-14 23:56:38 +0000 |
commit | de0bd91b676ebbea96fdc4bc9749ebb668757f83 (patch) | |
tree | e26abf9eda9e2e3a9c681287da99414ea992f31c /audio/xmms-iris/Makefile | |
parent | 7292b13e67f736dbb291be19d1b7f90a367772a3 (diff) | |
download | pkgsrc-de0bd91b676ebbea96fdc4bc9749ebb668757f83.tar.gz |
Big bunch of visual plugins for xmms that all need OpenGL
(which in conjunction with threads as used in xmms needs real
threads, pth is probably not enough... tested on -current)
Diffstat (limited to 'audio/xmms-iris/Makefile')
-rw-r--r-- | audio/xmms-iris/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmms-iris/Makefile b/audio/xmms-iris/Makefile new file mode 100644 index 00000000000..05fb8475cab --- /dev/null +++ b/audio/xmms-iris/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# + +DISTNAME= iris-0.11 +PKGNAME= xmms-${DISTNAME} +CATEGORIES= xmms audio +MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://cdelfosse.free.fr/xmms-iris/ +COMMENT= OpenGL Spectrum Analyzer with theme engine and fullscreen modes + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +.include "../../audio/xmms/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |