pkgsrc/devel/libzookeeper/Makefile
rillig 7724b801cd devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:39:04 +00:00

25 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/11/03 10:39:19 rillig Exp $
#
.include "../../devel/zookeeper/Makefile.common"
PKGNAME= lib${DISTNAME}
COMMENT= Highly reliable distributed coordination C lib
GNU_CONFIGURE= yes
USE_LANGUAGES= c c99
USE_LIBTOOL= yes
CONFIGURE_DIRS= src/c
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
LIBS.SunOS+= -lnsl -lsocket
# Tests require c++ and cppunit
#USE_LANGUAGES+= c++
#TEST_TARGET= run-check
BUILDLINK_DEPMETHOD.cppunit= build
.include "../../devel/cppunit/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"