# 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 .if ${OSVERSION} < 600000 IGNORE= depends on kernel module that requires FreeBSD 6 or later .endif post-install: @${CAT} ${PKGMESSAGE} .include href='/~lantw44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert pgsql ports to use USES+=pgsqlcrees2014-08-261-1/+1
* Fixes build with readline from portsbapt2014-07-011-1/+1
* Stage supportantoine2014-02-271-1/+0
* - Remove DISTV: only used in PKGNAMESUFFIX and complained by portlintsunpoet2013-10-161-2/+1
* - Fix pkg name collisionjgh2013-10-101-1/+3
* - revert r329725jgh2013-10-081-2/+1
* - Fix pkg name collisionjgh2013-10-081-1/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21