diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-26 05:46:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-26 05:46:40 +0000 |
commit | 24aaf8a5f5f2cee4bd5838ac6682680cf1938105 (patch) | |
tree | 82ae68e07c3c37ce4e5fa33a05ec2d18eb5abd81 /www/cgicc/Makefile | |
parent | 6c638c235dd46ca010e0c37bb0d9621d63f158c5 (diff) | |
download | FreeBSD-ports-24aaf8a5f5f2cee4bd5838ac6682680cf1938105.zip FreeBSD-ports-24aaf8a5f5f2cee4bd5838ac6682680cf1938105.tar.gz |
add cgicc
A C++ class library for writing CGI applications
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r-- | www/cgicc/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile new file mode 100644 index 0000000..7e6caf5 --- /dev/null +++ b/www/cgicc/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: cgi++ +# Date created: Mar 26, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cgicc +PORTVERSION= 3.1.5 +CATEGORIES= www devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |