diff options
Diffstat (limited to 'sysutils/mc/Makefile')
-rw-r--r-- | sysutils/mc/Makefile | 21 |
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" |