1995-07-15 23:43:35 +00:00
|
|
|
# New ports collection makefile for: mc
|
1999-03-15 04:39:11 +00:00
|
|
|
# Version required: 4.5.23
|
1995-07-15 23:43:35 +00:00
|
|
|
# Date created: 15 Jul 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1999-03-19 04:40:10 +00:00
|
|
|
# $Id: Makefile,v 1.29 1999/03/15 04:39:10 nectar Exp $
|
1995-07-15 23:43:35 +00:00
|
|
|
#
|
|
|
|
|
1999-03-15 04:39:11 +00:00
|
|
|
DISTNAME= mc-4.5.23
|
1995-11-26 10:48:46 +00:00
|
|
|
CATEGORIES= misc
|
1999-01-31 18:12:50 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-03-15 04:39:11 +00:00
|
|
|
MASTER_SITE_SUBDIR= gnome-1.0/sources
|
1997-06-20 12:22:36 +00:00
|
|
|
|
1999-01-31 18:12:50 +00:00
|
|
|
MAINTAINER= reg@shale.csir.co.za
|
1995-07-15 23:43:35 +00:00
|
|
|
|
1999-03-19 04:40:10 +00:00
|
|
|
LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1999-01-31 18:12:50 +00:00
|
|
|
|
|
|
|
.if defined(USE_NCURSES_PORT)
|
|
|
|
LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
|
|
|
|
.endif
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-ncurses --without-gnome --without-edit
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
MAKE="gmake" \
|
1999-03-15 04:39:11 +00:00
|
|
|
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
|
1999-01-31 18:12:50 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-09-18 02:29:28 +00:00
|
|
|
|
1998-05-02 21:19:55 +00:00
|
|
|
MAN1= midc.1
|
1996-11-17 09:06:37 +00:00
|
|
|
MAN8= mcserv.8
|
1995-07-15 23:43:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|