1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/audio/ccaudio2/Makefile
Pietro Cerutti 7c362c4bc0 - Update to 0.9.9 of ccaudio2
Approved by:	miwi (mentor)
2008-03-06 21:54:32 +00:00

33 lines
662 B
Makefile

# New ports collection makefile for: ccaudio2
# Date created: 13 February 2008
# Whom: gahr
#
# $FreeBSD$
#
PORTNAME= ccaudio2
PORTVERSION= 0.9.9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnutelephony
MAINTAINER= gahr@FreeBSD.org
COMMENT= C++ class framework for manipulating audio files
LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp
CONFLICTS= ccaudio-[0-9]*
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= audiotool.1 tonetool.1
post-patch:
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>