diff options
Diffstat (limited to 'audio/sfront/Makefile')
-rw-r--r-- | audio/sfront/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile new file mode 100644 index 000000000000..0d345c679f19 --- /dev/null +++ b/audio/sfront/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# New ports collection makefile for: sfront +# Date created: Nov 4, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sfront +PORTVERSION= 0.7.8 +CATEGORIES= audio +MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/sa/ +DISTNAME= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_BISON= yes +WRKSRC= ${WRKDIR}/${PORTNAME}/src +ALL_TARGET= # empty + +post-patch: + @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/../bin/sfront ${PREFIX}/bin + +.include <bsd.port.mk> |