d26530b713
- convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
30 lines
613 B
Makefile
30 lines
613 B
Makefile
# New ports collection makefile for: fusefs-sshfs
|
|
# Date created: 01 October 2005
|
|
# Whom: Anish Mistry
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sshfs
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/fuse/${PORTNAME}-fuse/${PORTVERSION}
|
|
PKGNAMEPREFIX= fusefs-
|
|
DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Mount remote directories over ssh
|
|
|
|
KMODDIR?= ${LOCALBASE}/modules
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
USE_FUSE= yes
|
|
USE_GNOME= glib20
|
|
|
|
MAN1= sshfs.1
|
|
|
|
post-install:
|
|
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|