20 lines
406 B
Makefile
20 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.21 2007/06/27 20:13:14 naddy Exp $
|
|
|
|
COMMENT= lightweight Emacs clone
|
|
DISTNAME= zile-2.2.35
|
|
CATEGORIES= editors
|
|
HOMEPAGE= http://zile.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c ncurses
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|