diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-02-14 23:56:38 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-02-14 23:56:38 +0000 |
commit | b3cdf7b947cf2d42ba1c3bcadc4467e593e6286e (patch) | |
tree | e26abf9eda9e2e3a9c681287da99414ea992f31c /audio/xmms-tv-scope/Makefile | |
parent | ab66e4be186f7024947b43bdc7f762876ce8741a (diff) | |
download | pkgsrc-b3cdf7b947cf2d42ba1c3bcadc4467e593e6286e.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-tv-scope/Makefile')
-rw-r--r-- | audio/xmms-tv-scope/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/xmms-tv-scope/Makefile b/audio/xmms-tv-scope/Makefile new file mode 100644 index 00000000000..bdc3b395956 --- /dev/null +++ b/audio/xmms-tv-scope/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# + +DISTNAME= tv_scope-0.0.2 +PKGNAME= xmms-tv-scope-0.0.2 +CATEGORIES= xmms audio +MASTER_SITES= http://staff.xmms.org/zinx/xmms/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://staff.xmms.org/zinx/xmms/ +COMMENT= 3D Representation of a waveform + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +.include "../../audio/xmms/buildlink2.mk" +.include "../../devel/SDL/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |