f1e7eab840
packing-lists was changes in significant ways, and they do not have enough dependencies that pkg_add can detect they changed through their signature. Bump the pkgname, so that pkg_add -r will choose to update them. okay pvalchev@
28 lines
683 B
Makefile
28 lines
683 B
Makefile
# $OpenBSD: Makefile,v 1.9 2005/08/17 16:10:04 espie Exp $
|
|
|
|
COMMENT= "c++ compliant CGI applications libraries"
|
|
|
|
DISTNAME= cgicc-3.2.1
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= www devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=cgicc/}
|
|
HOMEPAGE= http://www.gnu.org/software/cgicc/cgicc.html
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/example ${WRKSRC}/support
|
|
|
|
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \
|
|
docdir=${DESTDIR}${PREFIX}/share/doc/cgicc
|
|
|
|
.include <bsd.port.mk>
|