freebsd-ports/sysutils/fusefs-smbnetfs/Makefile
Eitan Adler 7b0459ee7c - update to ports/159108
Changes:
- According to submitter, new version works.

PR:		ports/159108
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by:	maintainer timeout
2011-12-26 04:36:04 +00:00

35 lines
912 B
Makefile

# New ports collection makefile for: smbnetfs
# Date created: 06 August 2006
# Whom: Denis Barov
# $FreeBSD$
#
PORTNAME= smbnetfs
PORTVERSION= 0.5.3
CATEGORIES= sysutils net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
PKGNAMEPREFIX= fusefs-
MAINTAINER= dindin@freebsd.org.ua
COMMENT= Mount smb shares (Fuse filesystem)
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
smbclient.0:${PORTSDIR}/net/samba-libsmbclient \
gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
DOCSDIR+= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
USE_BZIP2= 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>