e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
37 lines
846 B
Makefile
37 lines
846 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= encfs
|
|
PORTVERSION= 1.9.2
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= dg@syrec.org
|
|
COMMENT= Encrypted pass-through FUSE filesystem
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:outsource compiler:c++11-lib fuse ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vgough
|
|
|
|
OPTIONS_DEFINE= BUNDLED_TINYXML MANPAGES NLS
|
|
OPTIONS_DEFAULT= BUNDLED_TINYXML MANPAGES
|
|
OPTIONS_SUB= yes
|
|
|
|
BUNDLED_TINYXML_DESC= Use bundled TinyXML2 instead of textproc/tinyxml2
|
|
BUNDLED_TINYXML_CMAKE_BOOL= USE_INTERNAL_TINYXML
|
|
BUNDLED_TINYXML_LIB_DEPENDS_OFF= libtinyxml2.so:textproc/tinyxml2
|
|
|
|
MANPAGES_DESC= Install manpages (requires Perl 5)
|
|
MANPAGES_USES= perl5
|
|
MANPAGES_USE= perl5=build
|
|
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_BOOL= ENABLE_NLS
|
|
|
|
.include <bsd.port.mk>
|