1998-04-30 12:41:58 +00:00
|
|
|
# New ports collection makefile for: cgiparse
|
|
|
|
# Version required: 0.8e
|
|
|
|
# Date created: 30 April 1998
|
|
|
|
# Whom: form
|
|
|
|
#
|
1998-10-20 08:39:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 1998/10/20 08:39:49 form Exp $
|
1998-04-30 12:41:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= cgiparse-0.8e
|
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ \
|
|
|
|
http://d182-89.uoregon.edu/~jmg/
|
|
|
|
|
1998-10-20 08:39:43 +00:00
|
|
|
MAINTAINER= form@OpenBSD.ORG
|
1998-04-30 12:41:58 +00:00
|
|
|
|
|
|
|
.if $(MACHINE_ARCH) == "alpha"
|
|
|
|
BROKEN= "Alpha architecture not yet supported"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|