1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/cgicc/Makefile
Ying-Chieh Liao e87d99af67 upgrade to 3.2
drop maintainership
2002-02-08 08:34:28 +00:00

26 lines
440 B
Makefile

# 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.2
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-extract:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}
.include <bsd.port.mk>