diff options
Diffstat (limited to 'audio/mp3asm/Makefile')
-rw-r--r-- | audio/mp3asm/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile new file mode 100644 index 000000000000..1f619d9058e3 --- /dev/null +++ b/audio/mp3asm/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# New ports collection makefile for: mp3asm +# Date created: Jul 20, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mp3asm +PORTVERSION= 0.1.2 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |