blob: d55b5d0a483232047e56a6d5b67ef4c47f3c97d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|