openbsd-ports/misc/clex/Makefile

26 lines
463 B
Makefile
Raw Normal View History

2010-11-19 02:23:05 -05:00
# $OpenBSD: Makefile,v 1.12 2010/11/19 07:23:11 espie 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
2010-11-05 04:24:49 -04:00
2004-12-22 06:48:32 -05:00
WANTLIB= c ncurses
MASTER_SITES= ${HOMEPAGE:=download/}
CONFIGURE_STYLE= gnu
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>