7e5a9ff171
Problems fixed: - users could not save their configuration. This bug was introduced in the previous release and is now fixed From Victor Sahlstedt <salan@legonet.org>, port maintainer. ok alek@
24 lines
447 B
Makefile
24 lines
447 B
Makefile
# $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/
|
|
|
|
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c ncurses
|
|
|
|
MASTER_SITES= ${HOMEPAGE:=download/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|