1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/shntool/Makefile

26 lines
535 B
Makefile
Raw Normal View History

# 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
2001-04-21 17:26:01 +00:00
GNU_CONFIGURE= yes
USE_GMAKE= yes
2001-04-21 17:26:01 +00:00
MAN1= shntool.1
.include <bsd.port.mk>