2016-11-01 22:26:18 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.47 2016/11/01 22:26:18 gonzalo Exp $
|
2003-07-03 19:54:35 +00:00
|
|
|
|
2007-06-12 17:45:13 +00:00
|
|
|
COMMENT= lightweight Emacs clone
|
2016-11-01 22:26:18 +00:00
|
|
|
DISTNAME= zile-2.4.13
|
2003-07-03 19:54:35 +00:00
|
|
|
CATEGORIES= editors
|
2013-11-09 23:19:01 +00:00
|
|
|
HOMEPAGE= https://www.gnu.org/software/zile/
|
2003-07-03 19:54:35 +00:00
|
|
|
|
2012-09-26 19:41:55 +00:00
|
|
|
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
|
2012-03-14 15:10:54 +00:00
|
|
|
|
2014-03-19 15:29:50 +00:00
|
|
|
# GPLv3+
|
2003-07-03 19:54:35 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2008-05-07 15:28:00 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
|
2003-07-03 19:54:35 +00:00
|
|
|
|
2014-03-19 15:29:50 +00:00
|
|
|
WANTLIB += c gc ncursesw pthread
|
2012-03-14 15:10:54 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= devel/boehm-gc
|
2007-07-04 19:25:25 +00:00
|
|
|
|
2012-10-01 12:58:29 +00:00
|
|
|
BUILD_DEPENDS= devel/help2man
|
|
|
|
|
2012-03-14 15:10:54 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
2005-03-12 21:23:24 +00:00
|
|
|
|
2003-07-03 19:54:35 +00:00
|
|
|
.include <bsd.port.mk>
|