23 lines
385 B
Makefile
23 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:56 espie Exp $
|
|
|
|
COMMENT= commandline shell and file manager
|
|
|
|
DISTNAME= clex-3.15
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= http://www.clex.sk/
|
|
|
|
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c ncurses
|
|
|
|
MASTER_SITES= ${HOMEPAGE:=download/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|