blob: e5bef0a8d6aaf3101bf4666501bbea2ebb1f7a2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: shntool
# Date created: 2 November 2000
# Whom: Bill Fenner <fenner@FreeBSD.Org>
#
# $FreeBSD$
#
PORTNAME= shntool
PORTVERSION= 2.0.3
CATEGORIES= audio
MASTER_SITES= http://www.etree.org/shnutils/shntool/source/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
MAINTAINER= fenner@FreeBSD.Org
COMMENT= Multi-purpose .wav/.shn processing utility
RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= shntool.1
.include <bsd.port.mk>
|