2004-09-02 12:10:35 +00:00
|
|
|
# New ports collection makefile for: mc-light
|
|
|
|
# Date created: 31.08.2004
|
|
|
|
# Whom: Roman Y. Bogdanov <sam@brj.pp.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mc-light
|
|
|
|
PORTVERSION= 4.1.40.p9
|
2004-09-03 13:20:12 +00:00
|
|
|
PORTREVISION= 1
|
2004-09-02 12:10:35 +00:00
|
|
|
CATEGORIES= misc shells
|
|
|
|
MASTER_SITES= http://mc.linuxinside.com/Releases/
|
|
|
|
DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/}
|
|
|
|
|
|
|
|
MAINTAINER= sam@brj.pp.ru
|
|
|
|
COMMENT= A lightweight Midnight Commander clone
|
|
|
|
|
|
|
|
CONFLICTS= mc-4.6*
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= glib20 pkgconfig gnometarget
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-included-slang \
|
|
|
|
--with-gettext \
|
|
|
|
--with-vfs \
|
|
|
|
--with-netrc \
|
|
|
|
--without-subshell \
|
|
|
|
--without-gpm-mouse \
|
|
|
|
--with-edit
|
|
|
|
|
|
|
|
MAN1= mc.1 mcedit.1
|
|
|
|
MAN8= mcserv.8
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|