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-11-08 03:36:28 +01:00
|
|
|
PORTVERSION= 1.3.21
|
2005-06-24 13:16:57 +02:00
|
|
|
PORTEPOCH= 2
|
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-24 13:16:57 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_LIBXML2)
|
|
|
|
USE_GNOME+= libxml2
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --without-libxml2
|
|
|
|
.endif
|
|
|
|
|
2005-06-04 00:30:47 +02:00
|
|
|
USE_GETOPT_LONG= yes
|
2000-07-27 12:03:58 +02:00
|
|
|
USE_GMAKE= yes
|
2005-10-14 14:05:42 +02:00
|
|
|
USE_INC_LIBTOOL_VER= 15
|
|
|
|
USE_GCC= 3.4
|
2005-06-04 00:30:47 +02:00
|
|
|
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}
|
|
|
|
|
2005-10-29 01:02:26 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-10-14 14:05:42 +02:00
|
|
|
pre-configure:
|
|
|
|
@${CP} ${LTMAIN} ${WRKSRC}/autoconf
|
|
|
|
|
2005-10-29 01:02:26 +02:00
|
|
|
.include <bsd.port.post.mk>
|