pkgsrc-wip/commoncpp2/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

27 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/01/18 04:30:11 tnn2 Exp $
#
DISTNAME= commoncpp2-1.5.7
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnu.org/gnu/commonc++/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://cplusplus.sourceforge.net/
COMMENT= Portable and highly optimized class framework for C++
USE_PKGLOCALEDIR= yes
USE_LANGUAGES+= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libccgnu2.pc.in
PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libccext2.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl
CONFIGURE_ENV+= ac_cv_lib_rt_clock_gettime=no
CONFIGURE_ENV+= ac_cv_func_clock_gettime=no
INFO_FILES= yes
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"