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