diff options
Diffstat (limited to 'misc/mc-light/Makefile')
-rw-r--r-- | misc/mc-light/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 1466aee..46f34ee 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -3,7 +3,7 @@ PORTNAME= mc-light PORTVERSION= 4.1.40.p9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} @@ -11,11 +11,16 @@ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight Midnight Commander clone +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk CONFLICTS= mc-4.7* -USES= pkgconfig iconv gmake +USES= gmake iconv pkgconfig shebangfix +SHEBANG_FILES= vfs/extfs/a vfs/extfs/deb \ + vfs/extfs/iso vfs/extfs/mailfs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-included-slang \ --with-gettext \ |