freebsd-ports/sysutils/fusefs-gnome-vfs/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

35 lines
887 B
Makefile

# New ports collection makefile for: fusefs-gnome-vfs
# Date created: 2006-12-23
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fusefs-gnome-vfs
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.evolware.org/chri/
DISTNAME= ${RPORTNAME}-${PORTVERSION}
MAINTAINER= ahze@FreeBSD.org
COMMENT= Interface between FUSE and the Gnome VFS 2.0
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RPORTNAME= gnome-vfs-fuse
WRKSRC= ${WRKDIR}/${RPORTNAME}
USE_GNOME= gnomevfs2
USE_GMAKE= yes
PLIST_FILES= bin/gnomevfs-mount
PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gnomevfs-mount ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>