openbsd-ports/editors/zile/Makefile

26 lines
525 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.43 2013/03/11 11:02:50 espie Exp $
COMMENT= lightweight Emacs clone
DISTNAME= zile-2.4.9
CATEGORIES= editors
HOMEPAGE= http://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
LIB_DEPENDS= devel/boehm-gc
2007-07-04 15:25:25 -04:00
BUILD_DEPENDS= devel/help2man
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>