diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-08-16 01:35:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-08-16 01:35:13 +0000 |
commit | ccace6e5948d5f03f7e462e113c25bb01017169a (patch) | |
tree | 4e687742dbc9c5f300ec32f16fb6064f7b8ed814 /audio/xmms-dflowers/Makefile | |
parent | 6b21cc97f0c9c5c2fea3a5c138cd4f6cae7577ef (diff) | |
download | pkgsrc-ccace6e5948d5f03f7e462e113c25bb01017169a.tar.gz |
xmms-dflowers-1.0: visual XMMS plugin
Diffstat (limited to 'audio/xmms-dflowers/Makefile')
-rw-r--r-- | audio/xmms-dflowers/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/xmms-dflowers/Makefile b/audio/xmms-dflowers/Makefile new file mode 100644 index 00000000000..6a8908c5bb7 --- /dev/null +++ b/audio/xmms-dflowers/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 01:35:13 hubertf Exp $ +# + +DISTNAME= dflowers_v1.0 +PKGNAME= xmms-dflowers-1.0 +CATEGORIES= audio +MASTER_SITES= http://hem.passagen.se/joakime/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html +COMMENT= XMMS plugin for dual flower scope + +DEPENDS+= xmms>=1.2.5:../../audio/xmms + +USE_X11= yes +#CPPFLAGS+= -I${X11BASE}/include +#CFLAGS+= -I${LOCALBASE}/include +USE_LIBTOOL= yes +#CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 + +pre-build: + cd ${WRKSRC} ; ${MAKE} clean + +.include "../../audio/xmms/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |