summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-08-29 13:22:01 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-08-29 13:22:01 +0000
commitf72ba3d0a434822a9927b396a3207a5e89866d9f (patch)
treed04502b479f045a8a89acb11fa8037b590f0bb5e /audio
parent- Update to 1.1 (diff)
- Update to 0.89
- Remove obsoleted .if from PORTDOCS - Preen Makefile - Pass maintainership to submitter PR: ports/84585 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=141302
Diffstat (limited to 'audio')
-rw-r--r--audio/sfront/Makefile21
-rw-r--r--audio/sfront/distinfo4
2 files changed, 12 insertions, 13 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile
index 1baccb17f4c6..9c45ec7f7809 100644
--- a/audio/sfront/Makefile
+++ b/audio/sfront/Makefile
@@ -1,23 +1,20 @@
-# ex:ts=8
# New ports collection makefile for: sfront
-# Date created: Nov 4, 2001
-# Whom: ijliao
+# Date created: Nov 4, 2001
+# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sfront
-PORTVERSION= 0.88
+PORTVERSION= 0.89
CATEGORIES= audio
MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/sa/
DISTNAME= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ehaupt@critical.ch
COMMENT= A translator that converts MP4-SA files into efficient C programs
-.if !defined(NOPORTDOCS)
PORTDOCS= book sfman
-.endif
WRKSRC= ${WRKDIR}/${PORTNAME}/src
@@ -27,11 +24,13 @@ ALL_TARGET= ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sfront ${PREFIX}/bin
- ${MKDIR} ${DOCSDIR}
+ ${CP} -R ${WRKDIR}/sfront/examples/ ${EXAMPLESDIR}
+
.if !defined(NOPORTDOCS)
- ${CP} -R ${WRKDIR}/sfront/sfman ${DOCSDIR}/
- ${CP} -R ${WRKDIR}/sfront/book ${DOCSDIR}/
+ ${MKDIR} ${DOCSDIR}
+.for d in ${PORTDOCS}
+ ${CP} -R ${WRKDIR}/sfront/${d} ${DOCSDIR}/
+.endfor
.endif
- ${CP} -R ${WRKDIR}/sfront/examples/ ${EXAMPLESDIR}
.include <bsd.port.mk>
diff --git a/audio/sfront/distinfo b/audio/sfront/distinfo
index bda4d9ad5490..1f703cfe79ab 100644
--- a/audio/sfront/distinfo
+++ b/audio/sfront/distinfo
@@ -1,2 +1,2 @@
-MD5 (sfront.tar.gz) = 432e2efd03a4d63bc9fd15d97ae5c3d5
-SIZE (sfront.tar.gz) = 4735973
+MD5 (sfront.tar.gz) = 0199003f2db3594db6bd93a90f376602
+SIZE (sfront.tar.gz) = 4736559