diff options
Diffstat (limited to 'audio/autools/Makefile')
-rw-r--r-- | audio/autools/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/autools/Makefile b/audio/autools/Makefile new file mode 100644 index 000000000000..d55b5d0a4832 --- /dev/null +++ b/audio/autools/Makefile @@ -0,0 +1,21 @@ +# 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> |