597afc47ba
With hat: portmgr Sponsored by: Absolight
30 lines
550 B
Makefile
30 lines
550 B
Makefile
# Created by: Gyorgy Teubel <tgyurci@freemail.hu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wdfs
|
|
PORTVERSION= 1.4.2
|
|
DISTVERSIONPREFIX=v
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= silverless@gmx.com
|
|
COMMENT= Mount remote WebDAV directories with Fuse
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libneon.so:www/neon
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= fuse pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jmesmon
|
|
GH_TAGNAME= 3fa7035
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= bin/wdfs
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/wdfs ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|