summaryrefslogtreecommitdiff
path: root/x11-fm/gnome-commander/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-29 18:17:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-29 18:17:12 +0000
commita9111a716e7c926a43b2c9bbfa59cbf6a76d0393 (patch)
tree8436790baf7f6d25386aed0e36e5e1f541c08b5b /x11-fm/gnome-commander/Makefile
parentuse USE_PYDISTUTILS (diff)
Add gnome-commander, a GNOME file manager that resembles Norton Commander.
PR: 37392 Submitted by: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar> Reviewed by: sobomax Approved by: sobomax
Notes
Notes: svn path=/head/; revision=58328
Diffstat (limited to 'x11-fm/gnome-commander/Makefile')
-rw-r--r--x11-fm/gnome-commander/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile
new file mode 100644
index 000000000000..a44c73e1224e
--- /dev/null
+++ b/x11-fm/gnome-commander/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: gnomem-commander
+# Date created: 23 April 2002
+# Whom: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-commander
+PORTVERSION= 0.9.6
+CATEGORIES= x11-fm gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gnome-commander
+
+MAINTAINER= edybsd@yahoo.com.ar
+
+.if defined(WITH_FAM)
+LIB_DEPENDS= fam:${PORTSDIR}/devel/fam
+.endif
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= yes
+GNU_CONFIGURE= yes
+
+pre-patch:
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
+ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>