mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
71cd032cd2
PR: 21149 Submitted by: MAINTAINER
27 lines
521 B
Makefile
27 lines
521 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.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/
|
|
|
|
MAINTAINER= dyfet@gnu.org
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_AUTOCONF= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
post-extract:
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
's|-release \@LT_RELEASE\@||g'
|
|
|
|
.include <bsd.port.mk>
|