diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-09 21:20:51 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-09 21:20:51 +0000 |
commit | b06fed10dd7823fa71f5cf9d16d0b8ec4c9a4658 (patch) | |
tree | a96362a424b5937ff710b92acef6d3ba4a8e708b /audio/bmp-mac/Makefile | |
parent | 3b62fe313b3fb4186a2184470aa7b22a5cadb0d1 (diff) | |
download | pkgsrc-b06fed10dd7823fa71f5cf9d16d0b8ec4c9a4658.tar.gz |
add bmp-mac-0.1.1, aBMP plugin for Monkey's Audio files
Diffstat (limited to 'audio/bmp-mac/Makefile')
-rw-r--r-- | audio/bmp-mac/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile new file mode 100644 index 00000000000..c24a0cf76da --- /dev/null +++ b/audio/bmp-mac/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/09 21:20:51 drochner Exp $ +# + +DISTNAME= bmp-mac-0.1.1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mac-port/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/mac-port/ +COMMENT= BMP plugin for Monkey's Audio files + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c++ + +.include "../../audio/bmp/buildlink3.mk" +.include "../../audio/mac/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |