2001-11-05 06:27:45 +01:00
|
|
|
# New ports collection makefile for: sfront
|
2005-08-29 15:22:01 +02:00
|
|
|
# Date created: Nov 4, 2001
|
|
|
|
# Whom: ijliao
|
2001-11-05 06:27:45 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sfront
|
2011-08-31 10:05:13 +02:00
|
|
|
PORTVERSION= 0.99
|
2001-11-05 06:27:45 +01:00
|
|
|
CATEGORIES= audio
|
2008-03-27 23:15:47 +01:00
|
|
|
MASTER_SITES= CRITICAL
|
2001-11-05 06:27:45 +01:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A translator that converts MP4-SA files into efficient C programs
|
2001-11-05 06:27:45 +01:00
|
|
|
|
2011-08-31 10:05:13 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2004-04-28 22:05:46 +02:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
2011-08-31 10:05:13 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
2009-12-30 17:02:32 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/sfront
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E '/^(OPT|CC|DBUG)/d' ${WRKSRC}/Makefile
|
|
|
|
|
2001-11-05 06:27:45 +01:00
|
|
|
do-install:
|
2009-12-30 17:02:32 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
2001-11-05 06:27:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|