23 lines
385 B
Makefile
Raw Normal View History

2013-03-11 11:20:26 +00:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:56 espie Exp $
COMMENT= commandline shell and file manager
2007-04-10 18:03:34 +00:00
DISTNAME= clex-3.15
CATEGORIES= misc
HOMEPAGE= http://www.clex.sk/
2004-11-21 19:01:28 +00:00
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
2010-11-05 08:24:49 +00:00
2004-12-22 11:48:32 +00:00
WANTLIB= c ncurses
MASTER_SITES= ${HOMEPAGE:=download/}
CONFIGURE_STYLE= gnu
2010-11-19 07:23:05 +00:00
USE_GROFF = Yes
.include <bsd.port.mk>