2014-01-19 01:49:06 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2014/01/19 00:49:06 rodent Exp $
|
2013-04-17 02:51:20 +02:00
|
|
|
#
|
|
|
|
|
2014-01-10 03:32:50 +01:00
|
|
|
DISTNAME= ucommon-6.1.0
|
2013-04-17 02:51:20 +02:00
|
|
|
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
|
2013-04-22 07:44:39 +02:00
|
|
|
LICENSE= gnu-lgpl-v3
|
2013-04-17 02:51:20 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2013-06-27 03:36:25 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2014-01-19 01:49:06 +01:00
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl -lintl
|
2013-12-31 16:41:17 +01:00
|
|
|
|
2013-04-17 02:51:20 +02:00
|
|
|
.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"
|