openbsd-ports/www/cgiparse/Makefile

23 lines
546 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 1999/11/17 09:17:34 kevlo Exp $
1998-04-30 08:41:58 -04:00
DISTNAME= cgiparse-0.8e
CATEGORIES= www
NEED_VERSION= 1.64
1998-04-30 08:41:58 -04:00
MAINTAINER= ports@openbsd.org
1998-04-30 08:41:58 -04:00
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ \
http://d182-89.uoregon.edu/~jmg/
post-install:
${INSTALL_MAN} ${WRKSRC}/cgiclose.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/cgigetvalue.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/cginewquerystr.3 ${PREFIX}/man/man3
1998-04-30 08:41:58 -04:00
.if $(MACHINE_ARCH) == "alpha"
BROKEN= "Alpha architecture not yet supported"
.endif
.include <bsd.port.mk>