mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
caa56aadad
PR: ports/107538 Submitted by: clsung Approved by: maintainer (Denis Barov)
39 lines
971 B
Makefile
39 lines
971 B
Makefile
# New ports collection makefile for: smbnetfs
|
|
# Date created: 06 August 2006
|
|
# Whom: Denis Barov
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smbnetfs
|
|
PORTVERSION= 0.3.7
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMEPREFIX= fusefs-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
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
|
|
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
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include"
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 600000
|
|
IGNORE= depends on kernel module that requires FreeBSD 6 or later
|
|
.endif
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|