diff options
author | drochner <drochner@pkgsrc.org> | 2008-05-09 16:58:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-05-09 16:58:32 +0000 |
commit | 223bb239010d4381813f7a7206d012dcc37c8e33 (patch) | |
tree | 7366ffe860f85a92318f36a1754f996c6ce671ce /audio/gimmix/Makefile | |
parent | f0b827bd48f274c4501391768fe47dc33fd287d7 (diff) | |
download | pkgsrc-223bb239010d4381813f7a7206d012dcc37c8e33.tar.gz |
add gimmix-0.4.3, just another mpd client
Diffstat (limited to 'audio/gimmix/Makefile')
-rw-r--r-- | audio/gimmix/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile new file mode 100644 index 00000000000..06448183631 --- /dev/null +++ b/audio/gimmix/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/05/09 16:58:32 drochner Exp $ +# + +DISTNAME= gimmix-0.4.3 +CATEGORIES= audio +MASTER_SITES= http://download.berlios.de/gimmix/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://gimmix.berlios.de/ +COMMENT= Graphical Music player daemon (MPD) client + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= intltool pkg-config +USE_DIRS+= xdg-1.1 + +# XXX clean up bogus symlinks +post-extract: +.for f in intltool-extract.in intltool-merge.in intltool-update.in + ${RM} ${WRKSRC}/${f} + ${CP} ${TOOLS_PREFIX.intltool}/share/intltool/${f} ${WRKSRC} +.endfor + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../audio/libmpd/buildlink3.mk" +.include "../../devel/libglade/buildlink3.mk" +.include "../../audio/taglib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" |