2002-07-04 06:07:22 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: autools
|
|
|
|
# Date created: Jul 4, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= autools
|
2005-11-26 21:55:23 +00:00
|
|
|
PORTVERSION= 1.3.0
|
2002-07-04 06:07:22 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.tnt.uni-hannover.de/~purnhage/software/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= A collection of programs to manipulate audio files
|
2002-07-04 06:07:22 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2002-07-27 02:33:17 +00:00
|
|
|
MAKE_ENV= AFSP_INCLUDE_PATH="${LOCALBASE}/include" \
|
|
|
|
AFSP_LIBRARY_PATH="${LOCALBASE}/lib"
|
|
|
|
|
2006-07-21 21:13:24 +00:00
|
|
|
pre-configure:
|
2004-01-08 22:22:31 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS = -O3|CFLAGS +=|g ; \
|
2006-07-21 21:13:24 +00:00
|
|
|
s|/usr/local|${PREFIX}| ; s|\\$$| \\|' ${WRKSRC}/Makefile
|
2002-07-27 02:33:17 +00:00
|
|
|
|
2004-01-08 22:22:31 +00:00
|
|
|
post-install:
|
2003-05-01 21:36:30 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
2002-07-04 06:07:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|