summaryrefslogtreecommitdiff
path: root/audio/ccaudio2
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-20 09:45:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-20 09:45:18 +0000
commit4965ece35757888eca49c2a9e8a5e0ac0911de88 (patch)
treeffa9c5fcc36a3cd3ddd89a064fac97fcedac3563 /audio/ccaudio2
parentupgrade to 1.1.1 (diff)
fix depends and fix manpage installation process
Notes
Notes: svn path=/head/; revision=101478
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r--audio/ccaudio2/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile
index 685a0991a814..b220f9be4249 100644
--- a/audio/ccaudio2/Makefile
+++ b/audio/ccaudio2/Makefile
@@ -19,19 +19,15 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ class framework for manipulating audio files
-BUILD_DEPENDS= ccgnu2-config:${PORTSDIR}/devel/commoncpp
+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
-post-install:
-.for m in ${MAN3}
- @${INSTALL_MAN} ${WRKSRC}/doc/man3/${m} ${MAN3PREFIX}/man/man3
-.endfor
-
.include <bsd.port.mk>