summaryrefslogtreecommitdiff
path: root/devel/commoncpp/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-03 22:30:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-03 22:30:47 +0000
commit11af410024eb23c6e9264da8767cba69eab0232c (patch)
tree00dc2cb844c521c383563a8445bc104e130011f3 /devel/commoncpp/Makefile
parentUpgrade to 1.0.9. (diff)
- Update to 1.2.7
PR: ports/81850 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=136761
Diffstat (limited to 'devel/commoncpp/Makefile')
-rw-r--r--devel/commoncpp/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile
index 9246596f8c8b..b9425950aca0 100644
--- a/devel/commoncpp/Makefile
+++ b/devel/commoncpp/Makefile
@@ -6,24 +6,26 @@
#
PORTNAME= commoncpp2
-PORTVERSION= 1.1.0
-PORTREVISION= 0
+PORTVERSION= 1.2.7
PORTEPOCH= 1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU} \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= commonc++ cplusplus
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gnutelephony
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_GNOME= gnomehack gnometarget libxml2
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
+USE_LIBTOOL_VER= 15
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
+ ac_cv_path_DOXYGEN=no
INSTALLS_SHLIB= yes
INFO= commoncpp2
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
.include <bsd.port.mk>