bcallah d48305f02d Update Zile to 2.4.11
Large changelog, the main item is libgc is now really used in Zile.
ok juanfra@, gonzalo@ (MAINTAINER)
2014-03-19 15:29:50 +00:00

26 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.45 2014/03/19 15:29:50 bcallah Exp $
COMMENT= lightweight Emacs clone
DISTNAME= zile-2.4.11
CATEGORIES= editors
HOMEPAGE= https://www.gnu.org/software/zile/
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
WANTLIB += c gc ncursesw pthread
LIB_DEPENDS= devel/boehm-gc
BUILD_DEPENDS= devel/help2man
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>