1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/sysutils/crate/Makefile
Guido Falsi 4092f22bdc - Update yaml-cpp to 0.6.3
- Removed TEST option since it fails to build. Disable tests
  unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
  on startup due to library changes
2019-09-26 21:31:46 +00:00

34 lines
713 B
Makefile

# $FreeBSD$
PORTNAME= crate
DISTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= sysutils emulators
MAINTAINER= yuri@FreeBSD.org
COMMENT= Containerizer for FreeBSD (alpha-software, expect bugs)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
.if exists(/usr/include/c++/v1) && !exists(/usr/include/c++/v1/filesystem)
BROKEN= STL feature 'filesystem' isn't available # '
.endif
BUILD_DEPENDS= rang>0:devel/rang
LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp
USES= compiler:c++17-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= yurivict
PLIST_FILES= bin/${PORTNAME} \
man/man5/${PORTNAME}.5.gz
OPTIONS_DEFINE= EXAMPLES
EXAMPLES_INSTALL_TARGET= install install-examples
PORTEXAMPLES= *
.include <bsd.port.mk>