diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-05 05:27:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-05 05:27:45 +0000 |
commit | 4f3ebdc703bd9d87b0ad5216e782a0260d4c72e7 (patch) | |
tree | b85805c1d7d6cc279048ae4133be15b38e08581d /audio/sfront | |
parent | 9cd03fe53ca767825d336a42b8b7142a16d87842 (diff) | |
download | ports-4f3ebdc703bd9d87b0ad5216e782a0260d4c72e7.tar.gz ports-4f3ebdc703bd9d87b0ad5216e782a0260d4c72e7.zip |
Notes
Diffstat (limited to 'audio/sfront')
-rw-r--r-- | audio/sfront/Makefile | 27 | ||||
-rw-r--r-- | audio/sfront/distinfo | 1 | ||||
-rw-r--r-- | audio/sfront/pkg-comment | 1 | ||||
-rw-r--r-- | audio/sfront/pkg-descr | 5 | ||||
-rw-r--r-- | audio/sfront/pkg-plist | 1 |
5 files changed, 35 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> diff --git a/audio/sfront/distinfo b/audio/sfront/distinfo new file mode 100644 index 000000000000..da803bca90e2 --- /dev/null +++ b/audio/sfront/distinfo @@ -0,0 +1 @@ +MD5 (sfront.tar.gz) = d9b09b7991817cd5dec19caa464240f6 diff --git a/audio/sfront/pkg-comment b/audio/sfront/pkg-comment new file mode 100644 index 000000000000..0e24e2176ba5 --- /dev/null +++ b/audio/sfront/pkg-comment @@ -0,0 +1 @@ +A translator that converts MP4-SA files into efficient C programs diff --git a/audio/sfront/pkg-descr b/audio/sfront/pkg-descr new file mode 100644 index 000000000000..19490ad16eaf --- /dev/null +++ b/audio/sfront/pkg-descr @@ -0,0 +1,5 @@ +sfront is a translator that converts MP4-SA files into efficient C +programs that generate audio for rendering, interactive and network +applications. + +WWW: http://www.cs.berkeley.edu/~lazzaro/sa/ diff --git a/audio/sfront/pkg-plist b/audio/sfront/pkg-plist new file mode 100644 index 000000000000..108561e3d144 --- /dev/null +++ b/audio/sfront/pkg-plist @@ -0,0 +1 @@ +bin/sfront |