freebsd-ports/x11-fm/gnomemc/Makefile

32 lines
791 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomemc
# Date created: 26 January 1999
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
#
PORTNAME= gnomemc
2001-09-11 18:25:08 +02:00
PORTVERSION= 4.5.55
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/mc
DISTNAME= mc-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 09:17:31 +02:00
USE_GNOME= yes
GNU_CONFIGURE= yes
2000-10-05 09:17:31 +02:00
CONFIGURE_ARGS= --without-edit -with-ncurses
2001-09-11 18:25:08 +02:00
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
2001-09-11 18:25:08 +02:00
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(libdir\)/mc|\$\(datadir\)/mc|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>