aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ccaudio2/Makefile
blob: b7167e530637f9dd7a052554a4dde47a58093e8c (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
30
31
32
# New ports collection makefile for:    ccaudio
# Date created:             26 July 2000
# Whom:                 David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#

PORTNAME=   ccaudio
PORTVERSION=    1.1.1
PORTREVISION=   0
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_GNU:S/$/:gnu/} \
        ${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
MASTER_SITE_SUBDIR= ccaudio/:gnu \
            bayonne/:sf
DISTFILES=  ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu,sf

MAINTAINER= ports@FreeBSD.org
COMMENT=    C++ class framework for manipulating audio files

LIB_DEPENDS=    ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp

USE_GNOME=  gnometarget
GNU_CONFIGURE=  yes
INSTALL_TARGET= install man
INSTALLS_SHLIB= yes

MAN3=       Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
        AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \
        LinearSample.3cc

.include <bsd.port.mk>