1999-01-31 20:57:11 +00:00
|
|
|
# New ports collection makefile for: gnomemc
|
2000-04-08 06:33:31 +00:00
|
|
|
# Version required: 4.5.44
|
1999-05-09 17:16:30 +00:00
|
|
|
# Date created: 26 January 1999
|
1999-01-31 20:57:11 +00:00
|
|
|
# Whom: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1999-01-31 20:57:11 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 06:33:31 +00:00
|
|
|
DISTNAME= mc-4.5.44
|
|
|
|
PKGNAME= gnomemc-4.5.44
|
1999-01-31 20:57:11 +00:00
|
|
|
CATEGORIES= x11-fm gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/mc
|
1999-01-31 20:57:11 +00:00
|
|
|
|
2000-01-29 22:11:15 +00:00
|
|
|
MAINTAINER= reg@FreeBSD.org
|
1999-01-31 20:57:11 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
|
1999-05-30 03:57:42 +00:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1999-01-31 20:57:11 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
|
|
|
--without-edit -with-ncurses
|
1999-05-30 03:57:42 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-01-31 20:57:11 +00:00
|
|
|
MAKE="gmake" \
|
1999-05-30 03:57:42 +00:00
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-01-31 20:57:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|