diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-04 06:07:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-04 06:07:22 +0000 |
commit | a1ec7350b1da05a661640700461d5ac0f55c471f (patch) | |
tree | 48df8bf0514d665de02428b832621d7ec06e5ee4 /audio/autools/Makefile | |
parent | ca9922a23f284144461c27e0d913f7691a81b991 (diff) |
Notes
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> |