summaryrefslogtreecommitdiff
path: root/sysutils/mc/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-10-23 11:52:05 +0000
committertron <tron>1999-10-23 11:52:05 +0000
commit3ebb785afa8d93532ce81e69bf281cc347638c2a (patch)
treec591bf72a763ff16c5507c2101c7753dc31b3019 /sysutils/mc/Makefile
parenta3b05103361b2ec02840725d270b5037cce450b8 (diff)
downloadpkgsrc-3ebb785afa8d93532ce81e69bf281cc347638c2a.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"