blob: f4d17eb63e168b58a735228be523553558f5b190 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.14 1999/03/14 20:59:14 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
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/mc/
DEPENDS+= libslang-1.2.2:../../devel/libslang
GNU_CONFIGURE= 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
LDFLAGS+= -L${LOCALBASE}/lib
.include "../../mk/bsd.pkg.mk"
|