2001-03-26 05:46:40 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: cgi++
|
|
|
|
# Date created: Mar 26, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cgicc
|
2004-07-06 08:51:07 +00:00
|
|
|
PORTVERSION= 3.2.3
|
2001-03-26 05:46:40 +00:00
|
|
|
CATEGORIES= www devel
|
2004-03-12 14:55:40 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cgicc.org/
|
2001-03-26 05:46:40 +00:00
|
|
|
|
2004-07-07 19:20:02 +00:00
|
|
|
MAINTAINER= sem@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= A C++ class library for writing CGI applications
|
2001-03-26 05:46:40 +00:00
|
|
|
|
2003-11-03 19:53:41 +00:00
|
|
|
USE_REINPLACE= yes
|
2001-03-26 05:46:40 +00:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-11-07 11:46:09 +00:00
|
|
|
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
|
2001-03-26 05:46:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-11-03 19:53:41 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure
|
2003-11-02 09:34:41 +00:00
|
|
|
|
2003-11-03 19:53:41 +00:00
|
|
|
.include <bsd.port.mk>
|