2000-07-28 07:05:27 -04:00
|
|
|
# New ports collection makefile for: ccaudio
|
|
|
|
# Date created: 26 July 2000
|
|
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ccaudio
|
2000-09-09 12:40:56 -04:00
|
|
|
PORTVERSION= 0.2.4
|
2000-07-28 07:05:27 -04:00
|
|
|
CATEGORIES= audio
|
2002-12-26 05:02:40 -05:00
|
|
|
# Mastersite is broken regarding anonymous FTP, mirror is unreachable.
|
|
|
|
# I have informed the webmaster regarding this, hope to get an answer
|
|
|
|
# soon - edwin@freebsd.org 20021226
|
|
|
|
MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ \
|
|
|
|
ftp://ftp.teklab.com/voxilla/pub/ccaudio/
|
2000-07-28 07:05:27 -04:00
|
|
|
|
|
|
|
MAINTAINER= dyfet@gnu.org
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_AUTOCONF= yes
|
2002-11-03 21:18:21 -05:00
|
|
|
USE_REINPLACE= yes
|
2000-07-28 07:05:27 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2000-09-09 12:40:56 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
2000-07-28 07:05:27 -04:00
|
|
|
post-extract:
|
2002-11-03 21:18:21 -05:00
|
|
|
@find ${WRKSRC} -name "Makefile.in" | \
|
|
|
|
xargs ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
|
2000-07-28 07:05:27 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|