1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/Maaate/Makefile
Rong-En Fan 7c953598e5 - Project moved to sourceforge
- New distfile available: size changed due to some Mac only files included
  in the tarball, like:

  ._layer1.txt:          AppleDouble encoded Macintosh file
- Pass maintainership to submitter

PR:		ports/126769
Submitted by:	Marcin Cieslak <saper at SYSTEM.PL>
2008-08-24 06:12:53 +00:00

37 lines
787 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= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/M/m/}
MAINTAINER= saper@SYSTEM.PL
COMMENT= MPEG audio analysis toolkit
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>