diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-16 00:53:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-16 00:53:02 +0000 |
commit | bdb3debd03f596739a9fc18604b4ba4955d30c47 (patch) | |
tree | a4ff2ecc6cb54dc467e9a0e8195e02fe6c2252bd /audio/flac123/Makefile | |
parent | 132dec304d12fad7a9cb4446557907fde83bd469 (diff) | |
download | pkgsrc-bdb3debd03f596739a9fc18604b4ba4955d30c47.tar.gz |
Initial import of flac123-0.0.7.
flac123 is a command-line program for playing FLAC audio files.
Diffstat (limited to 'audio/flac123/Makefile')
-rw-r--r-- | audio/flac123/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile new file mode 100644 index 00000000000..119dfb34e0c --- /dev/null +++ b/audio/flac123/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 00:53:02 xtraeme Exp $ +# + +DISTNAME= flac123-0.0.7 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac-tools/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://flac-tools.sourceforge.net/ +COMMENT= Command-line program for playing FLAC audio files + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +.include "../../audio/flac/buildlink3.mk" +.include "../../audio/libao/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/popt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |