Makefile.am: fix pushing of tag in dorelease target (escape $) maint: post-release administrivia * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update. * NEWS: Record release date. OK bcallah@
26 lines
538 B
Makefile
26 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.48 2017/10/13 01:33:47 gonzalo Exp $
|
|
|
|
COMMENT= lightweight Emacs clone
|
|
DISTNAME= zile-2.4.14
|
|
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>
|