aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ccaudio2/Makefile
blob: c085ffff25187d77aabc998be6c8779f5c0e2b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>