summaryrefslogtreecommitdiff
path: root/sysutils/gmc/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-10-23 14:06:57 +0000
committertron <tron@pkgsrc.org>1999-10-23 14:06:57 +0000
commit7d877c7758519a554388f65ed6cfdfe8c1c2c614 (patch)
tree685f924fcc8fa9f08eba33664162d8d4cabcf1b8 /sysutils/gmc/Makefile
parent738702d31de85a1ba7e437de691da12fbdf7bc80 (diff)
downloadpkgsrc-7d877c7758519a554388f65ed6cfdfe8c1c2c614.tar.gz
Update "gmc" package to version 4.5.40 included in GNOME 1.0.53 release.
Diffstat (limited to 'sysutils/gmc/Makefile')
-rw-r--r--sysutils/gmc/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile
index a624a117faa..efb104177f6 100644
--- a/sysutils/gmc/Makefile
+++ b/sysutils/gmc/Makefile
@@ -1,29 +1,27 @@
-# $NetBSD: Makefile,v 1.19 1999/10/23 11:08:58 tron Exp $
+# $NetBSD: Makefile,v 1.20 1999/10/23 14:06:57 tron Exp $
-DISTNAME= mc-4.5.38
-PKGNAME= gmc-4.5.38
+DISTNAME= mc-4.5.40
+PKGNAME= gmc-4.5.40
CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mc/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/}
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/mc/
DEPENDS+= gnome-core-*:../../x11/gnome-core
-DEPENDS+= libslang-1.3.9:../../devel/libslang
+DEPENDS+= libslang-*:../../devel/libslang
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
+CONFIGURE_ARGS+= --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"