2001-02-12 09:25:48 +00: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 20:38:15 +00:00
|
|
|
PORTVERSION= 0.3.1
|
2008-08-24 06:12:53 +00:00
|
|
|
PORTREVISION= 3
|
2001-02-12 09:25:48 +00:00
|
|
|
CATEGORIES= audio
|
2009-08-22 00:13:26 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION}.tar.gz
|
2001-02-12 09:25:48 +00:00
|
|
|
|
2009-12-31 10:03:33 +00:00
|
|
|
MAINTAINER= saper@saper.info
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= MPEG audio analysis toolkit
|
2001-02-12 09:25:48 +00:00
|
|
|
|
2009-08-02 19:36:34 +00:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2001-02-12 09:25:48 +00:00
|
|
|
USE_GMAKE= yes
|
2008-08-24 06:12:53 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 10:08:25 +00:00
|
|
|
USE_LDCONFIG= yes
|
2001-02-12 09:25:48 +00:00
|
|
|
|
2002-03-18 16:32:18 +00:00
|
|
|
post-patch:
|
2002-10-06 17:39:01 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-ldl||g ; \
|
|
|
|
s|(CCLD|(CXXLD|g' ${WRKSRC}/demos/Makefile.in
|
2002-03-18 16:32:18 +00:00
|
|
|
|
2001-02-12 09:25:48 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-10-06 17:39:01 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in API.html ChangeLog THANKS applications.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2001-02-12 09:25:48 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|