freebsd-ports/sysutils/fusefs-s3fs/Makefile
Baptiste Daroussin df4f7bc710 Remove unneeded gnome1 dependency
PR:		ports/165322
Submitted by:	bapt (myself)
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe:	yes
2012-03-09 10:46:31 +00:00

29 lines
649 B
Makefile

# New ports collection makefile for: fusefs-s3fs
# Date created: 2009-04-11
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= s3fs
DISTVERSION= 1.19
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= fusefs-
MAINTAINER= gslin@gslin.org
COMMENT= FUSE-based file system backed by Amazon S3
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
fuse:${PORTSDIR}/sysutils/fusefs-libs \
xml2:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes
PLIST_FILES= bin/s3fs
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>