19 lines
262 B
Makefile
19 lines
262 B
Makefile
|
COMMENT= commandline shell and file manager
|
||
|
|
||
|
DISTNAME= clex-3.15
|
||
|
CATEGORIES= misc
|
||
|
REVISION= 1
|
||
|
|
||
|
HOMEPAGE= http://www.clex.sk/
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB= c curses
|
||
|
|
||
|
MASTER_SITES= ${HOMEPAGE:=download/}
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
|
||
|
.include <bsd.port.mk>
|