freebsd-ports/audio/Maaate/Makefile
Mark Linimon ddc26868a2 Broken: unfetchable.
Approved by:	portmgr (self)
2007-11-18 17:56:14 +00:00

37 lines
788 B
Makefile

# ex:ts=8
# New ports collection makefile for: Maaate
# Date created: Fab 12, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Maaate
PORTVERSION= 0.3.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.cmis.csiro.au/maaate/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG audio analysis toolkit
BROKEN= unfetchable
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||g ; \
s|(CCLD|(CXXLD|g' ${WRKSRC}/demos/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in API.html ChangeLog THANKS applications.html
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>