32 lines
631 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2003/07/07 22:27:46 pvalchev Exp $
COMMENT= "C library to parse CGI Forms"
1998-04-30 12:41:58 +00:00
2001-06-08 13:36:39 +00:00
DISTNAME= cgiparse-0.9b
1998-04-30 12:41:58 +00:00
CATEGORIES= www
2001-06-08 13:36:39 +00:00
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
2000-02-12 06:29:49 +00:00
2001-06-08 13:36:39 +00:00
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
CONFIGURE_STYLE= gnu
1998-04-30 12:41:58 +00:00
.if $(MACHINE_ARCH) == "alpha"
BROKEN= "Alpha architecture not yet supported"
.endif
2002-10-29 01:30:41 +00:00
NO_REGRESS= Yes
1998-04-30 12:41:58 +00:00
.include <bsd.port.mk>
2003-07-07 20:46:59 +00:00
2003-07-07 21:13:30 +00:00
.if defined(NO_SHARED_LIBS)
2003-07-07 20:46:59 +00:00
ALL_TARGET= allstatic
INSTALL_TARGET= installstatic
.endif