summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-mount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-mount/Makefile')
-rw-r--r--sysutils/gnome-mount/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile
deleted file mode 100644
index b05d80794..000000000
--- a/sysutils/gnome-mount/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.15 2007/04/28 17:29:26 marcus Exp $
-#
-
-PORTNAME= gnome-mount
-PORTVERSION= 0.6
-PORTREVISION= 4
-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>