aboutsummaryrefslogtreecommitdiff
path: root/audio/sfront
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-28 20:05:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-28 20:05:46 +0000
commit229cb25638d7563d01b6c4bb0bb1de943369d282 (patch)
tree264a7b4eae82c8bcb69cefe0fa06e0df9b245a34 /audio/sfront
parenta149fcb989ca4e70538f023f9c3fb3f1c2cc53dc (diff)
downloadports-229cb25638d7563d01b6c4bb0bb1de943369d282.tar.gz
ports-229cb25638d7563d01b6c4bb0bb1de943369d282.zip
- Update to version 0.86
PR: ports/65991 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=107859
Diffstat (limited to 'audio/sfront')
-rw-r--r--audio/sfront/Makefile19
-rw-r--r--audio/sfront/distinfo4
2 files changed, 10 insertions, 13 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile
index f7e4eeebdeb4..bcb15702f97d 100644
--- a/audio/sfront/Makefile
+++ b/audio/sfront/Makefile
@@ -7,26 +7,23 @@
#
PORTNAME= sfront
-PORTVERSION= 0.85
-PORTREVISION= 1
+PORTVERSION= 0.86
CATEGORIES= audio
MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/sa/
-DISTNAME= ${PORTNAME}
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A translator that converts MP4-SA files into efficient C programs
-PLIST_FILES= bin/sfront
-USE_REINPLACE= yes
-USE_BISON= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
-ALL_TARGET= # empty
-post-patch:
- @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+USE_BISON= yes
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
+ALL_TARGET= ${PORTNAME}
+
+PLIST_FILES= bin/sfront
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/../bin/sfront ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/sfront ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/audio/sfront/distinfo b/audio/sfront/distinfo
index 2cc36fc84286..6f5130aeacc6 100644
--- a/audio/sfront/distinfo
+++ b/audio/sfront/distinfo
@@ -1,2 +1,2 @@
-MD5 (sfront-0.85/sfront.tar.gz) = 9104842efa79b34d4653d5a173373833
-SIZE (sfront-0.85/sfront.tar.gz) = 4553211
+MD5 (sfront0.86.tar.gz) = e386f23c465771f61f3edd20c6295304
+SIZE (sfront0.86.tar.gz) = 4734295