23 lines
446 B
Makefile
23 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:41:33 espie Exp $
|
|
|
|
COMMENT = ncurses file manager with vi keybindings
|
|
|
|
DISTNAME = vifm-0.4
|
|
CATEGORIES = misc sysutils
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=vifm/}
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
HOMEPAGE = http://vifm.sourceforge.net/
|
|
|
|
MAINTAINER = Aaron Stellman <zion@x96.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c ncurses
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
USE_GMAKE = Yes
|
|
|
|
.include <bsd.port.mk>
|