freebsd-ports/sysutils/fusefs-smbnetfs/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

34 lines
814 B
Makefile

# Created by: Denis Barov
# $FreeBSD$
PORTNAME= smbnetfs
PORTVERSION= 0.6.0
CATEGORIES= sysutils net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= Mount smb shares (Fuse filesystem)
LICENSE= GPLv2
LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient
OPTIONS_DEFINE= DOCS GNOME_KEYRING
OPTIONS_DEFAULT=GNOME_KEYRING
GNOME_KEYRING_DESC= Build with gnome-keyring support
GNOME_KEYRING_CONFIGURE_WITH= gnome-keyring
GNOME_KEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
USES= fuse iconv pkgconfig tar:bzip2
USE_GNOME= glib20
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= pkg-message
.include <bsd.port.mk>