openbsd-ports/editors/zile/Makefile
naddy 044d6a2607 * Update to 2.2.61. Fixes potential LP64 issues in regex code.
* Removing extra warning flags which trigger lots and lots of warnings
  from the the included GNU project code.
2008-08-20 21:06:10 +00:00

21 lines
406 B
Makefile

# $OpenBSD: Makefile,v 1.29 2008/08/20 21:06:10 naddy Exp $
COMMENT= lightweight Emacs clone
DISTNAME= zile-2.2.61
CATEGORIES= editors
HOMEPAGE= http://www.gnu.org/software/zile/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
WANTLIB= c ncurses
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>