2013-02-19 18:37:17 +01:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-19 03:03:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= httpfs
|
2013-02-19 18:37:17 +01:00
|
|
|
PORTVERSION= 2.${VERSION}
|
2013-02-20 09:08:16 +01:00
|
|
|
PORTEPOCH= 1
|
2006-07-19 03:03:39 +02:00
|
|
|
CATEGORIES= sysutils www
|
2013-02-19 18:37:17 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/
|
2006-07-19 03:03:39 +02:00
|
|
|
PKGNAMEPREFIX= fusefs-
|
2013-02-19 18:37:17 +01:00
|
|
|
DISTNAME= ${PORTNAME}2-${VERSION}
|
2006-07-19 03:03:39 +02:00
|
|
|
|
2006-12-14 09:52:21 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-19 03:03:39 +02:00
|
|
|
COMMENT= Fuse-based http filesystem
|
|
|
|
|
2013-02-19 18:37:17 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}2-${VERSION}
|
2006-07-19 03:03:39 +02:00
|
|
|
|
2013-02-19 18:37:17 +01:00
|
|
|
VERSION= 0.1.5
|
2013-11-13 13:50:18 +01:00
|
|
|
USES= fuse pkgconfig gmake
|
2013-02-19 18:37:17 +01:00
|
|
|
CFLAGS+= -D__BSD_VISIBLE
|
|
|
|
ALL_TARGET= httpfs2
|
|
|
|
PLIST_FILES= bin/httpfs2
|
2006-07-19 03:03:39 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-11-13 13:50:18 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/httpfs2 ${STAGEDIR}${PREFIX}/bin
|
2006-07-19 03:03:39 +02:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|