summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-mount/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 01:35:15 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 01:35:15 +0800
commitd73a80e1df14b8b73196d95e3d8478905d686cc7 (patch)
tree6e49a76883ef4da0a9358e54901495119037f23b /sysutils/gnome-mount/Makefile
parent5c8a0da0be37a6ac46f33abd0f231c0dca37e0ff (diff)
downloadmarcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar
marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.gz
marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.bz2
marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.lz
marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.xz
marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.zst
marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8667 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-mount/Makefile')
-rw-r--r--sysutils/gnome-mount/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile
new file mode 100644
index 000000000..f0daa09ac
--- /dev/null
+++ b/sysutils/gnome-mount/Makefile
@@ -0,0 +1,37 @@
+# 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= 3
+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>