summaryrefslogtreecommitdiff
path: root/sysutils/mc/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-10-23 11:52:05 +0000
committertron <tron@pkgsrc.org>1999-10-23 11:52:05 +0000
commitf1b299ac3daaaf146630debe9c4ac8e72c314fa4 (patch)
treec591bf72a763ff16c5507c2101c7753dc31b3019 /sysutils/mc/Makefile
parent8e90d81d05aed5884d6ee6561806ec5b7512dfd2 (diff)
downloadpkgsrc-f1b299ac3daaaf146630debe9c4ac8e72c314fa4.tar.gz
Update "mc" package to version 4.5.40 included in GNOME 1.0.53 release.
Diffstat (limited to 'sysutils/mc/Makefile')
-rw-r--r--sysutils/mc/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index c8dae53597f..cc50f8bb7c9 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -1,29 +1,27 @@
-# $NetBSD: Makefile,v 1.32 1999/10/22 23:40:31 tron Exp $
+# $NetBSD: Makefile,v 1.33 1999/10/23 11:52:05 tron Exp $
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
#
-DISTNAME= mc-4.5.38
+DISTNAME= mc-4.5.40
CATEGORIES= sysutils
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/mc/
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mc/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/}
-DEPENDS+= libslang-1.3.9:../../devel/libslang
+DEPENDS+= libslang-*:../../devel/libslang
DEPENDS+= glib-1.2.*:../../devel/glib
CONFLICTS+= gmc-*
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
+USE_GMAKE= YES
+CONFIGURE_ARGS+= --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 -DxBSD
LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"