2000-11-02 22:52:22 +00:00
|
|
|
# New ports collection makefile for: shntool
|
|
|
|
# Date created: 2 November 2000
|
|
|
|
# Whom: Bill Fenner <fenner@FreeBSD.Org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= shntool
|
2004-05-19 19:04:35 +00:00
|
|
|
PORTVERSION= 2.0.3
|
2000-11-02 22:52:22 +00:00
|
|
|
CATEGORIES= audio
|
2003-12-07 18:15:42 +00:00
|
|
|
MASTER_SITES= http://www.etree.org/shnutils/shntool/source/ \
|
2001-06-04 15:44:33 +00:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= fenner
|
2000-11-02 22:52:22 +00:00
|
|
|
|
|
|
|
MAINTAINER= fenner@FreeBSD.Org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Multi-purpose .wav/.shn processing utility
|
2000-11-02 22:52:22 +00:00
|
|
|
|
2003-10-27 19:02:59 +00:00
|
|
|
RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten
|
|
|
|
|
2001-04-21 17:26:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-11-02 22:52:22 +00:00
|
|
|
|
2001-04-21 17:26:01 +00:00
|
|
|
MAN1= shntool.1
|
2000-11-02 22:52:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|