summaryrefslogblamecommitdiff
path: root/x11-fm/gnomemc/Makefile
blob: 2f678e1fb66b2c5963d5a2eb464f4b2be2ad6b1c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                               
                              


                                                         
                                                      

 

                              

                                    
                                  






                                               
                                 








                                                                        
                                                              


                                                                 
# New ports collection makefile for:	gnomemc
# Version required:	4.5.23
# Date created:		26 Jnuary 1999
# Whom:			Jeremy Lea <reg@shale.csir.co.za>
#
# $Id: Makefile,v 1.3 1999/03/09 01:09:06 nectar Exp $
#

DISTNAME=	mc-4.5.23
PKGNAME=	gnomemc-4.5.23
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

# implicit dependencies:
# gettext, glib12, 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/glib12-config" \
		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"

.include <bsd.port.mk>