diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-04-21 17:26:01 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-04-21 17:26:01 +0000 |
commit | 12a56c98bb6b443c4c22ad752c1e3f1211e655f7 (patch) | |
tree | 548efd15ff6ba68e73a4e324745c5805d2d721c1 /audio/shntool | |
parent | 4506aba37fc3be06c153d0689ab2fb72690723a5 (diff) | |
download | ports-12a56c98bb6b443c4c22ad752c1e3f1211e655f7.tar.gz ports-12a56c98bb6b443c4c22ad752c1e3f1211e655f7.zip |
Notes
Diffstat (limited to 'audio/shntool')
-rw-r--r-- | audio/shntool/Makefile | 21 | ||||
-rw-r--r-- | audio/shntool/distinfo | 2 | ||||
-rw-r--r-- | audio/shntool/pkg-plist | 10 |
3 files changed, 16 insertions, 17 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index 8fec24519c39..af511b6d836d 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -6,25 +6,18 @@ # PORTNAME= shntool -PORTVERSION= 0.95 +PORTVERSION= 1.01 CATEGORIES= audio -MASTER_SITES= http://sdf.lonestar.org/~jason/shn-utils/shntool/ -EXTRACT_SUFX= .c +MASTER_SITES= http://shnutils.freeshell.org/shntool/source/ +EXTRACT_SUFX= .tar.gz MAINTAINER= fenner@FreeBSD.Org -RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten - -do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} +GNU_CONFIGURE= yes +USE_GMAKE= yes -do-build: - cd ${WRKSRC} && ${CC} -o shntool ${DISTFILES} +RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/shntool ${PREFIX}/bin - ${LN} -sf shntool ${PREFIX}/bin/shnlen - ${LN} -sf shntool ${PREFIX}/bin/fixwav +MAN1= shntool.1 .include <bsd.port.mk> diff --git a/audio/shntool/distinfo b/audio/shntool/distinfo index eaa3e6a53784..71b4c65dce14 100644 --- a/audio/shntool/distinfo +++ b/audio/shntool/distinfo @@ -1 +1 @@ -MD5 (shntool-0.95.c) = 874bae3bd0352cc34e32c982fcd63b46 +MD5 (shntool-1.01.tar.gz) = 9fc777a7fcf8c9af2b7f7714a7b8c3fb diff --git a/audio/shntool/pkg-plist b/audio/shntool/pkg-plist index 86a8374cc3df..e16c3ef77d67 100644 --- a/audio/shntool/pkg-plist +++ b/audio/shntool/pkg-plist @@ -1,3 +1,9 @@ -bin/shntool +bin/shncat +bin/shncmp +bin/shnfix +bin/shninfo +bin/shnjoin bin/shnlen -bin/fixwav +bin/shnsplit +bin/shnstrip +bin/shntool |