freebsd-ports/sysutils/fusefs-wdfs/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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>