12a0faeed8
- Use gnomehack instead of self-crafting a patch for the pkgconfig data dir
29 lines
565 B
Makefile
29 lines
565 B
Makefile
# New ports collection makefile for: ccaudio2
|
|
# Date created: 13 February 2008
|
|
# Whom: gahr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ccaudio2
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/
|
|
|
|
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 gnomehack
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= audiotool.1 tonetool.1
|
|
|
|
PLIST_SUB+= CCVERSION=1.0
|
|
|
|
.include <bsd.port.mk>
|