aboutsummaryrefslogtreecommitdiffstats
path: root/audio/shntool/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2001-04-22 01:26:01 +0800
committerBill Fenner <fenner@FreeBSD.org>2001-04-22 01:26:01 +0800
commit12a56c98bb6b443c4c22ad752c1e3f1211e655f7 (patch)
tree548efd15ff6ba68e73a4e324745c5805d2d721c1 /audio/shntool/Makefile
parent4506aba37fc3be06c153d0689ab2fb72690723a5 (diff)
downloadfreebsd-ports-gnome-12a56c98bb6b443c4c22ad752c1e3f1211e655f7.tar.gz
freebsd-ports-gnome-12a56c98bb6b443c4c22ad752c1e3f1211e655f7.tar.zst
freebsd-ports-gnome-12a56c98bb6b443c4c22ad752c1e3f1211e655f7.zip
Update to version 1.01
Diffstat (limited to 'audio/shntool/Makefile')
-rw-r--r--audio/shntool/Makefile21
1 files changed, 7 insertions, 14 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>