diff options
author | sem <sem@FreeBSD.org> | 2005-08-29 13:22:01 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-29 13:22:01 +0000 |
commit | 7fefa3c83f8548912bd46d0a42a2f469336ea275 (patch) | |
tree | 66d00a3efbe8fb37bad5cce6169e41ff66c6cbba /audio | |
parent | 3f527d3baacf7832eb7ce439bb72f8a25a109970 (diff) | |
download | FreeBSD-ports-7fefa3c83f8548912bd46d0a42a2f469336ea275.zip FreeBSD-ports-7fefa3c83f8548912bd46d0a42a2f469336ea275.tar.gz |
- 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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sfront/Makefile | 21 | ||||
-rw-r--r-- | audio/sfront/distinfo | 4 |
2 files changed, 12 insertions, 13 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile index 1baccb1..9c45ec7 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 bda4d9a..1f703cf 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 |