freebsd-ports/audio/sfront/Makefile
Volker Stolz edce17d749 Chase rerolled tarball, unbreak
(no old tarball around to compare, but looks innocuous to me)
2004-06-21 21:43:01 +00:00

29 lines
598 B
Makefile

# ex:ts=8
# New ports collection makefile for: sfront
# Date created: Nov 4, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sfront
PORTVERSION= 0.86
CATEGORIES= audio
MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/sa/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A translator that converts MP4-SA files into efficient C programs
WRKSRC= ${WRKDIR}/${PORTNAME}/src
USE_BISON= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/sfront
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sfront ${PREFIX}/bin
.include <bsd.port.mk>