21 lines
462 B
Makefile
21 lines
462 B
Makefile
# New ports collection makefile for: cgiparse
|
|
# Version required: 0.8e
|
|
# Date created: 30 April 1998
|
|
# Whom: form
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/04/30 12:41:58 form Exp $
|
|
#
|
|
|
|
DISTNAME= cgiparse-0.8e
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ \
|
|
http://d182-89.uoregon.edu/~jmg/
|
|
|
|
MAINTAINER= form@vs.itam.nsc.ru
|
|
|
|
.if $(MACHINE_ARCH) == "alpha"
|
|
BROKEN= "Alpha architecture not yet supported"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|