blob: 4bda240f4e208028ce5fcd5b1b6d4660fba787ff (
plain) (
tree)
|
|
# 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.20 2008/01/08 07:30:20 marcus Exp $
#
PORTNAME= gnome-mount
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= http://hal.freedesktop.org/releases/
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 \
gnome-keyring:${PORTSDIR}/security/gnome-keyring
USE_XLIB= yes
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtk20
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= gnome-mount.schemas
MAN1= gnome-mount.1
MLINKS= gnome-mount.1 gnome-eject.1 \
gnome-mount.1 gnome-umount.1
.include <bsd.port.mk>
|