1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/ccaudio2/Makefile

36 lines
818 B
Makefile
Raw Normal View History

# New ports collection makefile for: ccaudio
# Date created: 26 July 2000
# Whom: David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#
PORTNAME= ccaudio
PORTVERSION= 1.0.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ccaudio
MAINTAINER= ports@FreeBSD.org
COMMENT= "C++ class framework for manipulating audio files"
BUILD_DEPENDS= ccgnu2-config:${PORTSDIR}/devel/commoncpp
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
2002-11-04 02:18:21 +00:00
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
AudioRegisterCodec.3cc AudioSample.3cc AudioTone.3cc \
CDAudio.3cc
post-extract:
@${FIND} ${WRKSRC} -name "Makefile.in" | \
${XARGS} ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
.include <bsd.port.mk>