26 lines
538 B
Makefile
Raw Normal View History

2016-11-01 22:26:18 +00:00
# $OpenBSD: Makefile,v 1.47 2016/11/01 22:26:18 gonzalo Exp $
COMMENT= lightweight Emacs clone
2016-11-01 22:26:18 +00:00
DISTNAME= zile-2.4.13
CATEGORIES= editors
2013-11-09 23:19:01 +00:00
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
2007-07-04 19:25:25 +00:00
BUILD_DEPENDS= devel/help2man
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>