2007-01-06 11:41:50 +01:00
|
|
|
# New ports collection makefile for: fusefs-encfs
|
|
|
|
# Date created: 2007-01-05
|
|
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= encfs
|
2007-03-06 22:01:19 +01:00
|
|
|
PORTVERSION= 1.3.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-06 11:41:50 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://arg0.net/users/vgough/download/
|
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
DISTNAME= encfs-${PORTVERSION}-1
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2007-07-12 00:06:16 +02:00
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
2007-01-06 11:41:50 +01:00
|
|
|
COMMENT= An encrypted pass-through FUSE filesystem
|
|
|
|
|
|
|
|
LIB_DEPENDS= rlog:${PORTSDIR}/devel/rlog
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/encfs-${PORTVERSION}
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2007-01-06 11:41:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib
|
2007-07-16 14:32:09 +02:00
|
|
|
CFLAGS+= ${PTHREAD_LIBS} -liconv
|
2007-01-06 11:41:50 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_LDCONFIG= yes
|
2007-07-16 14:32:09 +02:00
|
|
|
USE_GETTEXT= yes
|
2007-01-06 11:41:50 +01:00
|
|
|
|
|
|
|
MAN1= encfs.1 encfsctl.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|