openbsd-ports/www/cgiparse/Makefile

33 lines
683 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2005/08/17 16:10:04 espie Exp $
COMMENT= "C library to parse CGI Forms"
1998-04-30 08:41:58 -04:00
2001-06-08 09:36:39 -04:00
DISTNAME= cgiparse-0.9b
PKGNAME= ${DISTNAME}p0
1998-04-30 08:41:58 -04:00
CATEGORIES= www
2001-06-08 09:36:39 -04: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 01:29:49 -05:00
2001-06-08 09:36:39 -04:00
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
CONFIGURE_STYLE= gnu
1998-04-30 08:41:58 -04:00
.if $(MACHINE_ARCH) == "alpha"
BROKEN= "Alpha architecture not yet supported"
.endif
2002-10-28 20:30:41 -05:00
NO_REGRESS= Yes
1998-04-30 08:41:58 -04:00
.include <bsd.port.mk>
2003-07-07 16:46:59 -04:00
2004-07-20 12:20:40 -04:00
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
2003-07-07 16:46:59 -04:00
ALL_TARGET= allstatic
INSTALL_TARGET= installstatic
.endif