pkgsrc-wip/commoncpp2/Makefile
Blue Rats d20d2574b6 Updated package to latest stable version: 1.7.1.
I understand this is newer than the update request to 1.7.0.
However, this package builds fine nonetheless.
2009-02-09 19:53:54 +00:00

26 lines
799 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/02/09 19:53:54 othyro Exp $
#
DISTNAME= commoncpp2-1.7.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"