freebsd-ports/devel/commoncpp/Makefile
2004-08-16 02:33:05 +00:00

35 lines
750 B
Makefile

# New ports collection makefile for: CommonC++
# Date created: 25 July 2000
# Whom: David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#
PORTNAME= commoncpp2
PORTVERSION= 1.1.0
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= commonc++ cplusplus
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU project portable class framework for C++
USE_GETOPT_LONG=yes
USE_GNOME= gnometarget libxml2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
INSTALLS_SHLIB= yes
INFO= commoncpp2
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile with gcc 3.4.2"
.endif
.include <bsd.port.post.mk>