1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/leatherman/Makefile
Romain Tartière 26e8914274 Update to 1.12.4
With hat:	puppet
2020-12-17 07:39:11 +00:00

28 lines
486 B
Makefile

# $FreeBSD$
PORTNAME= leatherman
PORTVERSION= 1.12.4
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>