2005-08-20 13:14:47 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2005/08/20 11:14:47 grant Exp $
|
2001-11-28 18:47:05 +01:00
|
|
|
|
|
|
|
DISTNAME= cgicc-3.1.5
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 1
|
2001-11-28 18:47:05 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=cgicc/}
|
|
|
|
|
|
|
|
MAINTAINER= shell@shellhung.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/cgicc/cgicc.html
|
2003-07-22 06:14:17 +02:00
|
|
|
COMMENT= C++ compliant CGI applications libraries
|
2001-11-28 18:47:05 +01:00
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2005-08-20 13:06:07 +02:00
|
|
|
USE_LANGUAGES= c++
|
2001-11-28 18:47:05 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
INFO_FILES= cgicc.info
|
|
|
|
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/support/ltconfig ${WRKSRC}/example/ltconfig
|
|
|
|
|
2005-08-20 13:06:07 +02:00
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
|
2005-08-20 13:14:47 +02:00
|
|
|
.if empty(CC_VERSION:Mgcc*)
|
2005-08-20 13:06:07 +02:00
|
|
|
BUILDLINK_TRANSFORM+= rm:-lstdc++
|
|
|
|
.endif
|
|
|
|
|
2001-11-28 18:47:05 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|