12345678910111213141516171819202122 |
- # $OpenBSD: Makefile,v 1.14 2013/10/11 23:50:09 naddy 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
- .include <bsd.port.mk>
|