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$
|
|
|
|
#
|
|
|
|
|
2003-02-17 19:14:36 +01:00
|
|
|
PORTNAME= commoncpp2
|
2005-06-04 00:30:47 +02:00
|
|
|
PORTVERSION= 1.2.7
|
2003-02-17 19:14:36 +01:00
|
|
|
PORTEPOCH= 1
|
2000-07-27 12:03:58 +02:00
|
|
|
CATEGORIES= devel
|
2005-06-04 00:30:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnutelephony
|
2000-07-27 12:03:58 +02:00
|
|
|
|
2003-02-17 19:14:36 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2005-06-04 00:30:47 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget libxml2
|
|
|
|
USE_GETOPT_LONG= yes
|
2000-07-27 12:03:58 +02:00
|
|
|
USE_GMAKE= yes
|
2005-06-04 00:30:47 +02:00
|
|
|
USE_LIBTOOL_VER= 15
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
|
|
|
ac_cv_path_DOXYGEN=no
|
2000-07-27 12:03:58 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
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}
|
|
|
|
|
2004-12-23 11:48:05 +01:00
|
|
|
.include <bsd.port.mk>
|