summaryrefslogtreecommitdiff
path: root/audio/yamt/Makefile
diff options
context:
space:
mode:
authorkent <kent>2002-06-23 09:23:28 +0000
committerkent <kent>2002-06-23 09:23:28 +0000
commite135a403e20cac606f606c980a48004081fb202f (patch)
tree8fbc7c4480dad9f4ba6c96b8b565cb9bb9f7e45a /audio/yamt/Makefile
parent7f376fdac14a7f719ccf4fbd668251b6c61a2b6b (diff)
downloadpkgsrc-e135a403e20cac606f606c980a48004081fb202f.tar.gz
Add YAMT, Yet Another MP3 Tool, submitted by Rui-Xiang Guo in pkg/16581.
Diffstat (limited to 'audio/yamt/Makefile')
-rw-r--r--audio/yamt/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile
new file mode 100644
index 00000000000..f60a8b4f08e
--- /dev/null
+++ b/audio/yamt/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2002/06/23 09:23:28 kent Exp $
+
+DISTNAME= yamt-0.5
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yamt/}
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://yamt.sourceforge.net/
+COMMENT= Yet Another MP3 Tool
+
+USE_X11BASE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+BUILD_USES_MSGFMT= yes
+
+.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"