summaryrefslogtreecommitdiff
path: root/sysutils/gmc/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-03-15 00:10:30 +0000
committertron <tron@pkgsrc.org>1999-03-15 00:10:30 +0000
commit2a28dbdfe17a6002ef387cf34af71bb55d216433 (patch)
treeb24b938b21ab2e4777b15fbe86c014d5a65b79a0 /sysutils/gmc/Makefile
parent4b2a2ba41fd80d2c44f944c4dca62cb3975df0a4 (diff)
downloadpkgsrc-2a28dbdfe17a6002ef387cf34af71bb55d216433.tar.gz
Initial import of "gmc-4.5.25" package:
Gnome version of Midnight Commander, a free Norton Commander Clone
Diffstat (limited to 'sysutils/gmc/Makefile')
-rw-r--r--sysutils/gmc/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile
new file mode 100644
index 00000000000..c8ee5b33741
--- /dev/null
+++ b/sysutils/gmc/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/03/15 00:10:30 tron Exp $
+
+DISTNAME= mc-4.5.25
+PKGNAME= gmc-4.5.25
+CATEGORIES= systuils gnome
+MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnome-1.0/sources/ \
+ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \
+ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.gnome.org/mc/
+
+DEPENDS+= libslang-1.2.2:../../devel/libslang
+DEPENDS+= gnome-core-1.0.1:../../x11/gnome-core
+
+CONFLICTS+= mc-*
+
+GNU_CONFIGURE= YES
+USE_GMAKE= yes
+USE_X11BASE= yes
+# XXX the cat-id-tbl is not up to date, so the catgets is broken.
+CONFIGURE_ARGS+= --without-catgets --with-netrc --with-slang \
+ --without-x --with-gnome --without-tk
+
+# Funny stuff to get this to use the system libslang.
+CONFIGURE_ENV+= LIBS="-lm -ltermcap" CPPFLAGS="-I${LOCALBASE}/include"
+CFLAGS+= -Dunix -I${LOCALBASE}/include -DxBSD
+LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
+.include "../../mk/bsd.pkg.mk"