diff options
author | kent <kent@pkgsrc.org> | 2002-06-23 09:23:28 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-06-23 09:23:28 +0000 |
commit | ee990ab845c65c929df7f965d78265a8011a0976 (patch) | |
tree | 8fbc7c4480dad9f4ba6c96b8b565cb9bb9f7e45a /audio/yamt/Makefile | |
parent | 073d2c25b1ce0ee0b15c6f7817c28a694ba691fa (diff) | |
download | pkgsrc-ee990ab845c65c929df7f965d78265a8011a0976.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/Makefile | 18 |
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" |