21 lines
330 B
Makefile
21 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/05/01 19:57:07 sthen Exp $
|
|
|
|
COMMENT= commandline shell and file manager
|
|
|
|
DISTNAME= clex-3.15
|
|
CATEGORIES= misc
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= http://www.clex.sk/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c ncurses
|
|
|
|
MASTER_SITES= ${HOMEPAGE:=download/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|