freebsd-ports/audio/autools/Makefile
Ying-Chieh Liao a1ec7350b1 add autools 1.1.8
A collection of programs to manipulate audio files
2002-07-04 06:07:22 +00:00

22 lines
391 B
Makefile

# ex:ts=8
# Ports collection makefile for: autools
# Date created: Jul 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= autools
PORTVERSION= 1.1.8
CATEGORIES= audio
MASTER_SITES= http://www.tnt.uni-hannover.de/~purnhage/software/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp
USE_GMAKE= yes
.include <bsd.port.mk>