2010-11-11 07:35:09 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2010/11/11 12:35:09 sthen Exp $
|
2010-04-12 04:35:11 -04:00
|
|
|
|
2010-04-12 12:41:46 -04:00
|
|
|
BROKEN-alpha= Alpha architecture not yet supported
|
2001-05-06 00:22:45 -04:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
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
|
2010-11-11 07:35:09 -05:00
|
|
|
REVISION= 0
|
1998-04-30 08:41:58 -04:00
|
|
|
CATEGORIES= www
|
2005-12-30 17:26:50 -05:00
|
|
|
SHARED_LIBS= cgiparse 1.0
|
2000-03-24 17:11:32 -05:00
|
|
|
|
2001-06-08 09:36:39 -04:00
|
|
|
HOMEPAGE= http://resnet.uoregon.edu/~gurney_j/jmpc/cgiparse.html
|
|
|
|
|
2001-06-19 21:43:11 -04:00
|
|
|
# License: BSD
|
2000-06-09 16:41:11 -04:00
|
|
|
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
|
1999-11-17 04:17:34 -05:00
|
|
|
|
2002-10-28 20:30:41 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2005-12-30 17:26:50 -05:00
|
|
|
MAKE_ENV= LIBcgiparse_VERSION=${LIBcgiparse_VERSION}
|
2008-01-04 12:48:33 -05:00
|
|
|
FAKE_FLAGS= MANDIR=${WRKINST}${PREFIX}/man
|
2010-10-19 04:02:53 -04:00
|
|
|
USE_GROFF = Yes
|
2005-12-30 17:26:50 -05:00
|
|
|
|
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
|