27f99a5541
if CONFIGURE_STYLE = gnu.
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.36 2011/06/02 17:09:31 kili Exp $
|
|
|
|
COMMENT= lightweight Emacs clone
|
|
DISTNAME= zile-2.3.24
|
|
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 ncursesw
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|