1999-01-31 20:57:11 +00:00
|
|
|
# New ports collection makefile for: gnomemc
|
1999-02-12 02:33:20 +00:00
|
|
|
# Version required: 4.5.10
|
1999-01-31 20:57:11 +00:00
|
|
|
# Date created: 26 Jnuary 1999
|
|
|
|
# Whom: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
#
|
1999-02-12 02:33:20 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1999/01/31 20:57:11 vanilla Exp $
|
1999-01-31 20:57:11 +00:00
|
|
|
#
|
|
|
|
|
1999-02-12 02:33:20 +00:00
|
|
|
DISTNAME= mc-4.5.10
|
|
|
|
PKGNAME= gnomemc-4.5.10
|
1999-01-31 20:57:11 +00:00
|
|
|
CATEGORIES= x11-fm gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= mc
|
|
|
|
|
|
|
|
MAINTAINER= reg@shale.csir.co.za
|
|
|
|
|
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
|
|
|
|
# implicit dependencies:
|
|
|
|
# gettext, glib11-devel, xpm, gnomelibs
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
|
|
|
--without-edit -with-ncurses
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
MAKE="gmake" \
|
|
|
|
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|