mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
7c362c4bc0
Approved by: miwi (mentor)
33 lines
662 B
Makefile
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>
|