mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d0850ac197
Submitted by: ade
34 lines
805 B
Makefile
34 lines
805 B
Makefile
# New ports collection makefile for: gnomemc
|
|
# Version required: 4.5.43
|
|
# Date created: 26 January 1999
|
|
# Whom: Jeremy Lea <reg@shale.csir.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= mc-4.5.43
|
|
PKGNAME= gnomemc-4.5.43
|
|
CATEGORIES= x11-fm gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= stable/sources/mc
|
|
|
|
MAINTAINER= reg@FreeBSD.org
|
|
|
|
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>
|