freebsd-ports/sysutils/gnome-mount/Makefile
Joe Marcus Clarke 7fa27fc0e1 Do not override ntfs file systems with ntfs-3g. While FreeBSD does support
fusefs and ntfs-3g, FreeBSD HAL currently does not have support for mounting
fusefs file systems like there exists on Linux.  Fuse ntfs-3g users interested
in this support should contact freebsd-gnome to help with testing.

Reported by:	Volker <volker@vwsoft.com>
2007-04-14 18:52:25 +00:00

37 lines
957 B
Makefile

# New ports collection makefile for: gnome-mount
# Date created: 04 June 2006
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.13 2007/02/11 06:03:50 marcus Exp $
#
PORTNAME= gnome-mount
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= http://people.freedesktop.org/~david/dist/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A front-end to mount, umount, and eject using HAL
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
notify.1:${PORTSDIR}/devel/libnotify
USE_XLIB= yes
USE_GNOME= gnomeprefix gnomehack intlhack nautilus2
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-nautilus-extension
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= gnome-mount.schemas
MAN1= gnome-mount.1
post-patch:
@${REINPLACE_CMD} -e 's|0.5.8.1|0.5.8|g' \
${WRKSRC}/configure
.include <bsd.port.mk>