1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/ccaudio2/Makefile
Maxim Sobolev cad8b693e6 Add ccaudio - a generic C++ class library for audio files and devices.
PR:		20230
Submitted by:	David Sugar <dyfet@gnu.org>
2000-07-28 11:05:27 +00:00

27 lines
520 B
Makefile

# New ports collection makefile for: ccaudio
# Date created: 26 July 2000
# Whom: David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#
PORTNAME= ccaudio
PORTVERSION= 0.2.3
CATEGORIES= audio
MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/
MAINTAINER= dyfet@gnu.org
LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
INSTALLS_SHLIB= yes
post-extract:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|-release \@LT_RELEASE\@||g'
.include <bsd.port.mk>