freebsd-ports/x11-fm/gnomemc/Makefile
Steve Price 0aa402e8e2 Update to version 4.5.31.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:57:42 +00:00

34 lines
845 B
Makefile

# New ports collection makefile for: gnomemc
# Version required: 4.5.31
# Date created: 26 January 1999
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
# $Id: Makefile,v 1.5 1999/05/09 17:16:07 steve Exp $
#
DISTNAME= mc-4.5.31
PKGNAME= gnomemc-4.5.31
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/mc
MAINTAINER= reg@shale.csir.co.za
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
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" \
MAKE="gmake" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>