123456789101112131415161718192021222324252627282930313233343536 |
- # $OpenBSD: Makefile,v 1.9 2017/04/10 11:46:33 sthen Exp $
- BROKEN-hppa = configure: error: Could not link against boost_serialization-boost_serialization
- BROKEN-sparc64 = configure: error: Could not link against boost_serialization-boost_serialization
- COMMENT = fuse-based cryptographic filesystem
- DISTNAME = encfs-1.7.4
- REVISION = 1
- SHARED_LIBS = encfs 0.0 # 6.1
- CATEGORIES = security
- HOMEPAGE = http://www.arg0.net/encfs
- # GPLv3
- PERMIT_PACKAGE_CDROM = Yes
- WANTLIB = boost_filesystem boost_serialization boost_system c \
- crypto fuse m pthread rlog ssl ${LIBCXX}
- MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=encfs/}
- EXTRACT_SUFX = .tgz
- MODULES = devel/gettext
- LIB_DEPENDS = devel/boost \
- devel/rlog
-
- CONFIGURE_STYLE = gnu
- CONFIGURE_ARGS += --with-boost-serialization=boost_serialization \
- --with-boost-filesystem=boost_filesystem \
- --with-boost-system=boost_system
- # TODO convert code to use utimensat() instead of lutimes()
- CONFIGURE_ENV += CPPFLAGS="-Dlutimes=utimes -D_DIRENT_HAVE_D_TYPE"
- do-test:
- ${WRKSRC}/encfs/test
- .include <bsd.port.mk>
|