summaryrefslogtreecommitdiff
path: root/www/cgicc/Makefile
diff options
context:
space:
mode:
authormartti <martti>2001-11-28 17:47:05 +0000
committermartti <martti>2001-11-28 17:47:05 +0000
commit642e324058b9cb4f881c51029d166d935a9ce37d (patch)
treeb59a63736756862317043cddbb405679d9ea9457 /www/cgicc/Makefile
parentc992ecb557e1ffde174d4acf237c936d8f37b37c (diff)
downloadpkgsrc-642e324058b9cb4f881c51029d166d935a9ce37d.tar.gz
Added cgicc-3.1.5, provided by Shell Hung in pkg/14643
GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r--www/cgicc/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
new file mode 100644
index 00000000000..cd3fcdda951
--- /dev/null
+++ b/www/cgicc/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/11/28 17:47:05 martti Exp $
+
+DISTNAME= cgicc-3.1.5
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GNU:=cgicc/}
+
+MAINTAINER= shell@shellhung.org
+HOMEPAGE= http://www.gnu.org/software/cgicc/cgicc.html
+COMMENT= c++ compliant CGI applications libraries
+
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+
+INFO_FILES= cgicc.info
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/support/ltconfig ${WRKSRC}/example/ltconfig
+
+.include "../../mk/bsd.pkg.mk"