2001-02-12 10:25:48 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: Maaate
|
|
|
|
# Date created: Fab 12, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Maaate
|
2003-06-01 22:38:15 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-02-12 10:25:48 +01:00
|
|
|
CATEGORIES= audio
|
2002-03-18 17:32:18 +01:00
|
|
|
MASTER_SITES= http://www.cmis.csiro.au/maaate/packages/
|
2001-02-12 10:25:48 +01:00
|
|
|
|
2002-03-18 17:32:18 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= MPEG audio analysis toolkit
|
2001-02-12 10:25:48 +01:00
|
|
|
|
2002-07-08 12:22:14 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-02-12 10:25:48 +01:00
|
|
|
USE_GMAKE= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2001-02-12 10:25:48 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2002-03-18 17:32:18 +01:00
|
|
|
post-patch:
|
2002-10-06 19:39:01 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-ldl||g ; \
|
|
|
|
s|(CCLD|(CXXLD|g' ${WRKSRC}/demos/Makefile.in
|
2002-03-18 17:32:18 +01:00
|
|
|
|
2001-02-12 10:25:48 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-10-06 19:39:01 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in API.html ChangeLog THANKS applications.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2001-02-12 10:25:48 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|