2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1998-06-14 14:38:56 +02:00
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= cgihtml
|
2001-02-05 16:33:58 +01:00
|
|
|
PORTVERSION= 1.69
|
2015-05-28 22:28:27 +02:00
|
|
|
PORTREVISION= 3
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= www devel
|
2003-07-08 08:22:41 +02:00
|
|
|
MASTER_SITES= http://www.eekim.com/software/cgihtml/ \
|
2003-01-22 08:21:43 +01:00
|
|
|
ftp://www.eekim.com/pub/users/eekim/cgihtml/ \
|
|
|
|
ftp://hcs.harvard.edu/pub/web/tools/cgihtml/
|
|
|
|
|
2012-02-27 21:32:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-27 13:18:06 +01:00
|
|
|
COMMENT= Library that simplifies the task of writing CGI programs in C
|
1998-06-14 14:38:56 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-06-15 19:12:51 +02:00
|
|
|
|
2014-07-05 01:11:33 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
1998-06-14 14:38:56 +02:00
|
|
|
post-extract:
|
2014-07-05 01:11:33 +02:00
|
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist
|
|
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
1998-06-14 14:38:56 +02:00
|
|
|
|
|
|
|
post-install:
|
2015-05-28 22:28:27 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgihtml.so
|
2014-06-11 16:53:17 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
1998-06-14 14:38:56 +02:00
|
|
|
.for file in CHANGES CREDITS
|
2014-06-11 16:53:17 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
1998-06-14 14:38:56 +02:00
|
|
|
.endfor
|
2014-06-11 16:53:17 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}/html
|
1998-06-14 14:38:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|