openbsd-ports/devel/commoncpp/Makefile
jakemsr b5de437bf0 import commoncpp
Common C++ offers a highly portable C++ application development
framework.  Common C++ provides classes for threads, sockets, daemon
management, system logging, object synchronization, realtime network
development, persistant object management, and file access.

from brad@

ok ajacoutot@
2007-12-08 05:22:09 +00:00

39 lines
901 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/12/08 05:22:09 jakemsr Exp $
COMMENT= GNU project portable class framework for C++
DISTNAME= commoncpp2-1.5.7
PKGNAME= commoncpp-1.5.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=commoncpp/}
SHARED_LIBS+= ccext2 0.0 # 0.7
SHARED_LIBS+= ccgnu2 0.0 # 0.7
HOMEPAGE= http://wiki.gnutelephony.org/index.php/GNU_Common_CPP_Framework
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto ssl z
USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--without-nat \
--with-openssl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_path_DOXYGEN=no \
ac_cv_header_gnutls_gnutls_h=no
do-regress:
cd ${WRKDIST}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} && \
./test.sh
.include <bsd.port.mk>