2010-01-01 14:21:05 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2010/01/01 19:21:05 robert Exp $
|
2001-05-05 22:29:37 -04:00
|
|
|
|
2010-01-01 14:21:05 -05:00
|
|
|
COMMENT= free Norton Commander clone with many useful features
|
2000-03-22 14:58:12 -05:00
|
|
|
|
2010-01-01 14:21:05 -05:00
|
|
|
DISTNAME= mc-4.7.0
|
|
|
|
CATEGORIES= misc
|
2000-02-02 21:11:32 -05:00
|
|
|
|
2010-01-01 14:21:05 -05:00
|
|
|
HOMEPAGE= http://www.midnight-commander.org/
|
|
|
|
MASTER_SITES= http://www.midnight-commander.org/downloads/
|
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
2001-03-05 01:36:08 -05:00
|
|
|
|
2004-04-10 20:40:59 -04:00
|
|
|
# GPL
|
2000-03-22 14:58:12 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2006-10-25 09:06:58 -04:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-03-22 14:58:12 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-01-01 14:21:05 -05:00
|
|
|
WANTLIB= c m pcre termcap
|
2000-04-28 19:33:16 -04:00
|
|
|
|
2010-01-01 14:21:05 -05:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mno_x11}
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
LIB_DEPENDS= glib-2.0.>=0.8,gmodule-2.0.>=0.8::devel/glib2 \
|
|
|
|
slang::devel/libslang
|
|
|
|
RUN_DEPENDS= :unzip-*:archivers/unzip \
|
|
|
|
:zip-*:archivers/zip
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-confdir=${SYSCONFDIR}/mc \
|
|
|
|
--with-screeen=slang \
|
|
|
|
--with-subshell \
|
|
|
|
--with-vfs \
|
|
|
|
--with-samba \
|
|
|
|
--enable-charset
|
|
|
|
CONFIGURE_ENV= LOCALBASE=${LOCALBASE} \
|
|
|
|
LIBS="-lm"
|
2004-08-02 12:08:23 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
2010-01-01 14:21:05 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mc
|
|
|
|
@cp -R ${WRKINST}${SYSCONFDIR}/mc/* ${PREFIX}/share/examples/mc
|
|
|
|
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/mc
|
|
|
|
@find ${PREFIX}/share/examples/mc -type f | \
|
|
|
|
xargs chmod ${SHAREMODE}
|
|
|
|
@find ${PREFIX}/share/examples/mc -type d | \
|
|
|
|
xargs chmod ${DIRMODE}
|
|
|
|
@rm -r ${WRKINST}${SYSCONFDIR}/mc
|
2006-10-25 09:06:58 -04:00
|
|
|
|
2000-02-02 21:11:32 -05:00
|
|
|
.include <bsd.port.mk>
|