openbsd-ports/www/cgiparse/Makefile
espie f1e7eab840 those packages have not changed names since 3.6, even though their
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@
2005-08-17 16:10:02 +00:00

33 lines
683 B
Makefile

# $OpenBSD: Makefile,v 1.23 2005/08/17 16:10:04 espie Exp $
COMMENT= "C library to parse CGI Forms"
DISTNAME= cgiparse-0.9b
PKGNAME= ${DISTNAME}p0
CATEGORIES= www
HOMEPAGE= http://resnet.uoregon.edu/~gurney_j/jmpc/cgiparse.html
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
CONFIGURE_STYLE= gnu
.if $(MACHINE_ARCH) == "alpha"
BROKEN= "Alpha architecture not yet supported"
.endif
NO_REGRESS= Yes
.include <bsd.port.mk>
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
ALL_TARGET= allstatic
INSTALL_TARGET= installstatic
.endif