ports/devel/commoncpp/Makefile
Jose Alonso Cardenas Marquez 7a25e0c622 - Fix pkg-descr
- Replace deprecated INSTALL_SHLIB

PR:		101587
Submitted by:	Stanislav Sedov <ssedov_at_mbsd.msk.ru>
Approved by:	garga (mentor)
2006-08-07 16:38:56 +00:00

41 lines
850 B
Makefile

# New ports collection makefile for: CommonC++
# Date created: 25 July 2000
# Whom: David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#
PORTNAME= commoncpp
PORTVERSION= 1.4.2
PORTEPOCH= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnutelephony
DISTNAME= ${PORTNAME:S/$/2/}-${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= GNU project portable class framework for C++
USE_GNOME= gnomehack gnometarget
.if !defined(WITHOUT_LIBXML2)
USE_GNOME+= libxml2
.else
CONFIGURE_ARGS= --without-libxml2
.endif
USE_GETOPT_LONG=yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
ac_cv_path_DOXYGEN=no
USE_LDCONFIG= yes
INFO= commoncpp2
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>