21 lines
407 B
Makefile
21 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.25 2007/10/16 20:22:48 naddy Exp $
|
|
|
|
COMMENT= lightweight Emacs clone
|
|
DISTNAME= zile-2.2.47
|
|
CATEGORIES= editors
|
|
HOMEPAGE= http://zile.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
|
|
|
|
WANTLIB= c ncurses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|