1999-01-31 20:57:11 +00:00
|
|
|
# New ports collection makefile for: gnomemc
|
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-10 00:44:43 +00:00
|
|
|
PORTNAME= gnomemc
|
2000-07-05 22:06:35 +00:00
|
|
|
PORTVERSION= 4.5.51
|
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
|
2000-04-10 19:54:52 +00:00
|
|
|
DISTNAME= mc-${PORTVERSION}
|
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
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GNOME= yes
|
1999-01-31 20:57:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
CONFIGURE_ARGS= --without-edit -with-ncurses
|
1999-05-30 03:57:42 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-01-31 20:57:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|