a97485817c
Submitted by Victor Sahlstedt <cvss@home.se>. CLEX is a file manager with a full-screen user interface. It displays directory contents including the file status details and provides features like command history, filename insertion, or name completion in order to help users to create commands to be executed by the shell.
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/03 19:13:28 naddy Exp $
|
|
|
|
COMMENT= "commandline shell and file manager"
|
|
|
|
DISTNAME= clex-3.1.9
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= http://www.clex.sk/
|
|
|
|
MAINTAINER= Victor Sahlstedt <cvss@home.se>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE:=download/}
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|