openbsd-ports/misc/clex/Makefile

24 lines
447 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2005/06/20 17:00:54 niallo Exp $
COMMENT= "commandline shell and file manager"
DISTNAME= clex-3.12
CATEGORIES= misc
HOMEPAGE= http://www.clex.sk/
2004-11-21 14:01:28 -05:00
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-22 06:48:32 -05:00
WANTLIB= c ncurses
MASTER_SITES= ${HOMEPAGE:=download/}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>