summaryrefslogtreecommitdiff
path: root/sysutils/mc/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-03-14 23:07:55 +0000
committertron <tron>1999-03-14 23:07:55 +0000
commit1511d6dd386ea4ee84e51823acb2564ba37556ad (patch)
treef5f88558b495a8d43ff2801ace7457bce692e4d7 /sysutils/mc/Makefile
parentce3eaddf2e20dabf187c9180bde795603aa0bd1c (diff)
downloadpkgsrc-1511d6dd386ea4ee84e51823acb2564ba37556ad.tar.gz
Update "mc" package to version 4.5.25. Fixes PR pkg/6773 by Geoff C. Wing
and PR pkg/7149 by Mason Loring Bliss.
Diffstat (limited to 'sysutils/mc/Makefile')
-rw-r--r--sysutils/mc/Makefile21
1 files changed, 12 insertions, 9 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index f4d17eb63e1..1e247a3bffd 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -1,25 +1,28 @@
-# $NetBSD: Makefile,v 1.14 1999/03/14 20:59:14 tron Exp $
+# $NetBSD: Makefile,v 1.15 1999/03/14 23:07:55 tron Exp $
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
#
-DISTNAME= mc-4.1.35
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= utils/file/managers/mc
+DISTNAME= mc-4.5.25
+CATEGORIES= systuils
+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= packages@netbsd.org
-HOMEPAGE= http://www.gnome.org/mc/
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.gnome.org/mc/
-DEPENDS+= libslang-1.2.2:../../devel/libslang
+DEPENDS+= libslang-1.2.2:../../devel/libslang
GNU_CONFIGURE= YES
+USE_GMAKE= 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 --without-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
+CFLAGS+= -Dunix -I${LOCALBASE}/include -DxBSD
LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"