summaryrefslogtreecommitdiff
path: root/audio/shntool/Makefile
blob: 5f9cc3441c2ac32b598df0407e0d31d68ef122cc (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=	1.01
CATEGORIES=	audio
MASTER_SITES=	http://shnutils.freeshell.org/shntool/source/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	fenner
EXTRACT_SUFX=	.tar.gz

MAINTAINER=	fenner@FreeBSD.Org

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

RUN_DEPENDS=	shorten:${PORTSDIR}/audio/shorten

MAN1=		shntool.1

.include <bsd.port.mk>