1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/swami/Makefile
Ade Lovett 328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00

45 lines
1021 B
Makefile

# New ports collection makefile for: Swami
# Date created: 25 Jun 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= swami
PORTVERSION= 0.9.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jylefort@brutele.be
COMMENT= An advanced instrument editor
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \
png:${PORTSDIR}/graphics/png \
fluidsynth:${PORTSDIR}/audio/fluidsynth \
sndfile:${PORTSDIR}/audio/libsndfile \
audiofile:${PORTSDIR}/audio/libaudiofile
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gnomelibs gnometarget
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|libpng|libpng12|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/AUTHORS \
${WRKSRC}/NEWS \
${WRKSRC}/README \
${DOCSDIR}
.endif
.include <bsd.port.mk>