openbsd-ports/misc/clex/Makefile

24 lines
446 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2007/09/15 23:54:16 merdely Exp $
COMMENT= commandline shell and file manager
2007-04-10 14:03:34 -04:00
DISTNAME= clex-3.15
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>