freebsd-ports/sysutils/fusefs-fur/Makefile
Florian Smeets d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00

43 lines
969 B
Makefile

# New ports collection makefile for: fusefs-fur
# Date created: 10 March 2009
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= fur
PORTVERSION= 0.4.6
CATEGORIES= sysutils palm
MASTER_SITES= SF/synce/FUR/${PORTVERSION}
PKGNAMEPREFIX= fusefs-
DISTNAME= FUR-${PORTVERSION}
MAINTAINER= avl@FreeBSD.org
COMMENT= FUSE-based filesystem for Windows CE based devices
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
OPTIONS= VCHMOD "Enable a fake hook for chmod that just returns 0" on
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_FUSE= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_GNOME= pkgconfig
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DFUSE_USE_VERSION=26
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.pre.mk>
.if defined(WITH_VCHMOD)
CONFIGURE_ARGS+= --enable-void-chmod
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Fur ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.post.mk>