22 lines
446 B
Makefile
Raw Normal View History

2016-11-01 21:07:25 +00:00
# $OpenBSD: Makefile,v 1.47 2016/11/01 21:07:25 jasper Exp $
COMMENT= Joe's Own Editor
1997-11-15 00:04:24 +00:00
2016-11-01 21:07:25 +00:00
DISTNAME= joe-4.3
2002-04-24 11:05:06 +00:00
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
1998-10-08 23:06:21 +00:00
HOMEPAGE= http://joe-editor.sourceforge.net/
# GPLv2 only
2000-03-25 15:39:54 +00:00
PERMIT_PACKAGE_CDROM= Yes
2010-10-23 18:26:19 +00:00
WANTLIB= c ncurses m util
2000-02-12 08:02:07 +00:00
2002-04-24 11:05:06 +00:00
CONFIGURE_STYLE= gnu
FAKE_FLAGS= sysconf_joedir=${PREFIX}/share/examples/joe \
sysconf_docdir=${PREFIX}/share/doc/joe
1997-11-15 00:04:24 +00:00
.include <bsd.port.mk>