blob: 3b9137526452d1d4402c955ebb94a3cc82c42511 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $FreeBSD$
PORTNAME= leatherman
PORTVERSION= 1.0.0
PORTREVISION= 1
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
BROKEN_armv6= fails to configure: CMake: execution of make failed
BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
USES= cmake gettext
USE_RUBY= yes
CMAKE_ARGS= -DLEATHERMAN_SHARED:BOOL=ON
USE_LDCONFIG= yes
TEST_TARGET= test
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>
|