forked from Lainports/freebsd-ports
- Add missing man page - Add pkg-message support when using the port PR: ports/130270 Submitted by: Andrew Clark <andrewclarkii@gmail.com> Approved by: maintainer timeout
32 lines
808 B
Makefile
32 lines
808 B
Makefile
# New ports collection makefile for: fusefs-sshfs
|
|
# Date created: 01 October 2005
|
|
# Whom: Anish Mistry
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sshfs
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= fuse
|
|
PKGNAMEPREFIX= fusefs-
|
|
DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
|
|
|
|
MAINTAINER= amistry@am-productions.biz
|
|
COMMENT= Mount remote directories over ssh
|
|
|
|
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
|
|
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
|
|
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
|
USE_GNOME= glib20
|
|
|
|
MAN1= sshfs.1
|
|
|
|
post-install:
|
|
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|