freebsd-ports/audio/Maaate/Makefile
Rong-En Fan 23d966a95f - The author promised to put the distfile on sourceforge. So we extend the
expiration date a little bit.

PR:		ports/123230
Submitted by:	Marcin Cieslak <saper at SYSTEM.PL>
2008-08-20 12:51:24 +00:00

39 lines
959 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= checksum mismatch due to fetch grabbing an error page instead of the distfiles
DEPRICATED= Homepage and distfiles have disappeared, last update was in 2002
EXPIRATION_DATE=2008-10-01
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>