diff options
author | fenner <fenner@FreeBSD.org> | 2001-04-22 01:26:01 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-04-22 01:26:01 +0800 |
commit | 463c9e0ae02948fa7e27a3a63eceb2747659aa71 (patch) | |
tree | ba11d2c833a805e3b17d839d00ebb3a762f1b1b2 /audio | |
parent | 380c1c67f767ac00783a8a3a8539534fa8823cf9 (diff) | |
download | freebsd-ports-gnome-463c9e0ae02948fa7e27a3a63eceb2747659aa71.tar.gz freebsd-ports-gnome-463c9e0ae02948fa7e27a3a63eceb2747659aa71.tar.zst freebsd-ports-gnome-463c9e0ae02948fa7e27a3a63eceb2747659aa71.zip |
Update to version 1.01
Diffstat (limited to 'audio')
-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 |