22 lines
423 B
Makefile
22 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.33 2010/11/15 23:22:07 espie Exp $
|
|
|
|
COMMENT= lightweight Emacs clone
|
|
DISTNAME= zile-2.3.18
|
|
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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|