aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-smbnetfs/Makefile
blob: 209ec3576dd4ce9892d7bdb637099a615d62d80c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Denis Barov
# $FreeBSD$

PORTNAME=   smbnetfs
PORTVERSION=    0.5.3
PORTREVISION=   1
CATEGORIES= sysutils net
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
PKGNAMEPREFIX=  fusefs-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Mount smb shares (Fuse filesystem)

LIB_DEPENDS=    smbclient.0:${PORTSDIR}/net/samba-libsmbclient \
        gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring

DOCSDIR+=   ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}

USE_BZIP2=  yes
USE_FUSE=   yes

GNU_CONFIGURE=  yes
CFLAGS+=    ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib
SUB_FILES=  pkg-message

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>