From Daniel Jakots, patch to fix a use after free by Quentin Rameau, input from sthen@ NEWS file at http://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md
23 lines
500 B
Makefile
23 lines
500 B
Makefile
# $RuOBSD: Makefile,v 1.3 2002/04/10 05:14:52 form Exp $
|
|
# $OpenBSD: Makefile,v 1.45 2015/10/03 17:58:07 jca Exp $
|
|
|
|
COMMENT= Joe's Own Editor
|
|
|
|
DISTNAME= joe-4.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
|
|
|
|
HOMEPAGE= http://joe-editor.sourceforge.net/
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c ncurses m util
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
FAKE_FLAGS= sysconf_joedir=${PREFIX}/share/examples/joe \
|
|
sysconf_docdir=${PREFIX}/share/doc/joe
|
|
|
|
.include <bsd.port.mk>
|