29 lines
666 B
Makefile
29 lines
666 B
Makefile
# $OpenBSD: Makefile,v 1.15 2010/11/11 12:35:09 sthen Exp $
|
|
|
|
COMMENT= c++ compliant CGI applications libraries
|
|
|
|
DISTNAME= cgicc-3.2.1
|
|
REVISION= 2
|
|
CATEGORIES= www devel
|
|
SHARED_LIBS= cgicc 5.0
|
|
MODGNU_SHARED_LIBS=cgicc ''
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=cgicc/}
|
|
HOMEPAGE= http://www.gnu.org/software/cgicc/cgicc.html
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/example ${WRKSRC}/support
|
|
|
|
FAKE_FLAGS= docdir=${DESTDIR}${PREFIX}/share/doc/cgicc
|
|
|
|
.include <bsd.port.mk>
|