freebsd-ports/devel/ucommon/Makefile
Pietro Cerutti bcaf4b2197 - Fix pthread linker flags in pkgconf file [1]
- STAGE-clean

Reported by:	acm@ [1]
2013-10-02 07:19:09 +00:00

24 lines
499 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= ucommon
PORTVERSION= 6.0.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= commoncpp
MAINTAINER= gahr@FreeBSD.org
COMMENT= Very lightweight C++ design pattern library
LICENSE= LGPL3
USES= pathfix pkgconfig cmake:outsource
CMAKE_ARGS+= -DBUILD_TESTING:BOOL=ON \
-DINSTALL_BINDIR:STRING=bin/${PORTNAME}
USE_LDCONFIG= yes
regression-test: build
cd ${BUILD_WRKSRC}/test && ${MAKE} test
.include <bsd.port.mk>