summaryrefslogtreecommitdiff
path: root/devel/cgilib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cgilib/Makefile')
-rw-r--r--devel/cgilib/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/devel/cgilib/Makefile b/devel/cgilib/Makefile
deleted file mode 100644
index bbd0afdcca76..000000000000
--- a/devel/cgilib/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-PORTNAME= cgilib
-PORTVERSION= 0.7
-PORTREVISION= 2
-CATEGORIES= devel www
-MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/ \
- http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Library of procedures for developing CGI programs in C
-WWW= https://www.infodrom.org/projects/cgilib/
-
-LICENSE= GPLv2
-
-DEPRECATED= Last upstream release in 2009, last upstream activity in 2017 and no consumers in tree
-EXPIRATION_DATE=2025-06-30
-
-USES= uidfix
-
-USE_LDCONFIG= yes
-
-MAKEFILE= ${FILESDIR}/Makefile.bsd
-
-PLIST_FILES= include/cgi.h lib/libcgi.a lib/libcgi.so lib/libcgi.so.1 \
- share/man/man3/cgiDebug.3.gz \
- share/man/man3/cgiEscape.3.gz \
- share/man/man3/cgiFree.3.gz \
- share/man/man3/cgiFreeList.3.gz \
- share/man/man3/cgiGetCookie.3.gz \
- share/man/man3/cgiGetCookies.3.gz \
- share/man/man3/cgiGetFile.3.gz \
- share/man/man3/cgiGetFiles.3.gz \
- share/man/man3/cgiGetValue.3.gz \
- share/man/man3/cgiGetVariables.3.gz \
- share/man/man3/cgiHeader.3.gz \
- share/man/man3/cgiInit.3.gz \
- share/man/man3/cgiRedirect.3.gz \
- share/man/man3/cgiSetHeader.3.gz \
- share/man/man3/cgiSetType.3.gz
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/cgi.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_MAN} ${WRKSRC}/*.3 ${STAGEDIR}${PREFIX}/share/man/man3
-
-.include <bsd.port.mk>