freebsd-ports/audio/sfront/Makefile
Baptiste Daroussin 96e241f3bc Remove build dependency on bison, it actually works perfectly yacc
both the old available on 9 and the new in 10+
2016-07-31 17:44:10 +00:00

28 lines
560 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= sfront
PORTVERSION= 0.99
CATEGORIES= audio
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Translator that converts MP4-SA files into efficient C programs
LICENSE= BSD3CLAUSE
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
PLIST_FILES= bin/sfront
post-patch:
@${REINPLACE_CMD} -E '/^(OPT|CC|DBUG)/d' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>