1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/leatherman/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

29 lines
501 B
Makefile

# $FreeBSD$
PORTNAME= leatherman
PORTVERSION= 1.5.4
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= puppet@FreeBSD.org
COMMENT= Leatherman C++ Tool library
LICENSE= APACHE20
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl
USES= compiler:c++11-lang cmake gettext
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
USE_RUBY= yes
CMAKE_ON= LEATHERMAN_SHARED
CMAKE_OFF= ENABLE_CXX_WERROR
USE_LDCONFIG= yes
TEST_TARGET= test
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>