pkgsrc/devel/ucommon/Makefile
rodent 5ea4e7dab2 Updated to latest release. Add options.mk file to allow the user to select
the static and tests options. PLIST is handled accordingly for the static
option, which switches between static and dynamically linked libraries.
Handle buildlink3.mk appropriately for static build. Comment patch.

From ChangeLog:

from ucommon 6.0.4 to 6.0.5
- additional constructors to pass pre-allocated memory

from ucommon 6.0.3 to 6.0.4
- fix for address list comparison issue
2013-06-27 01:36:25 +00:00

28 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/06/27 01:36:25 rodent Exp $
#
DISTNAME= ucommon-6.0.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=commonc++/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/commoncpp/
COMMENT= Very light-weight C++ library for deeply embedded applications
LICENSE= gnu-lgpl-v3
USE_TOOLS+= intltool pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_CMAKE= yes
CMAKE_ARGS= -DINSTALL_MANDIR=${PKGMANDIR}
PKGCONFIG_OVERRIDE+= commoncpp.pc.in
PKGCONFIG_OVERRIDE+= ucommon.pc.in
.include "options.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"