2000-07-27 12:03:58 +02:00
|
|
|
# New ports collection makefile for: CommonC++
|
|
|
|
# Date created: 25 July 2000
|
|
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-07-25 18:59:21 +02:00
|
|
|
PORTNAME= commoncpp
|
2008-12-12 23:47:17 +01:00
|
|
|
PORTVERSION= 1.6.3
|
2005-06-24 13:16:57 +02:00
|
|
|
PORTEPOCH= 2
|
2000-07-27 12:03:58 +02:00
|
|
|
CATEGORIES= devel
|
2007-10-02 16:42:31 +02:00
|
|
|
MASTER_SITES= GNU
|
2006-07-25 18:59:21 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/$/2/}-${PORTVERSION}
|
2000-07-27 12:03:58 +02:00
|
|
|
|
2006-07-25 18:59:21 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= GNU project portable class framework for C++
|
2000-07-27 12:03:58 +02:00
|
|
|
|
2007-10-02 16:42:31 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-06-24 13:16:57 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
2000-07-27 12:03:58 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-04 00:30:47 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
|
|
|
ac_cv_path_DOXYGEN=no
|
2007-10-02 16:42:31 +02:00
|
|
|
|
2003-12-05 01:48:27 +01:00
|
|
|
INFO= commoncpp2
|
2001-04-06 03:37:57 +02:00
|
|
|
|
2005-06-04 00:30:47 +02:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
|
|
|
2007-12-22 07:31:23 +01:00
|
|
|
.include <bsd.port.mk>
|