ab63f5bd0b
- these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
35 lines
740 B
Makefile
35 lines
740 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
|
|
|
|
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>
|