From bdb3debd03f596739a9fc18604b4ba4955d30c47 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 16 May 2004 00:53:02 +0000 Subject: Initial import of flac123-0.0.7. flac123 is a command-line program for playing FLAC audio files. --- audio/flac123/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 audio/flac123/Makefile (limited to 'audio/flac123/Makefile') 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" -- cgit v1.2.3