2000-07-28 10:45:43 +00:00
|
|
|
# New ports collection makefile for: ccscript
|
|
|
|
# Date created: 26 July 2000
|
|
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ccscript
|
2000-09-16 19:20:45 +00:00
|
|
|
PORTVERSION= 1.2.1
|
2000-07-28 10:45:43 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/
|
|
|
|
|
|
|
|
MAINTAINER= dyfet@gnu.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2000-09-16 19:20:45 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib -lpthread"
|
2000-07-28 10:45:43 +00:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|-release \$$\(LT_RELEASE\)||g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|