openbsd-ports/editors/joe/Makefile

28 lines
602 B
Makefile
Raw Normal View History

2002-04-24 07:05:06 -04:00
# $RuOBSD: Makefile,v 1.3 2002/04/10 05:14:52 form Exp $
# $OpenBSD: Makefile,v 1.41 2011/10/16 15:03:24 naddy Exp $
COMMENT= Joe's Own Editor
1997-11-14 19:04:24 -05:00
DISTNAME= joe-3.7
REVISION= 1
2002-04-24 07:05:06 -04:00
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
1998-10-08 19:06:21 -04:00
HOMEPAGE= http://joe-editor.sourceforge.net/
# GPL
2000-03-25 10:39:54 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-23 14:26:19 -04:00
WANTLIB= c ncurses m util
2000-02-12 03:02:07 -05:00
2002-04-24 07:05:06 -04:00
CONFIGURE_STYLE= gnu
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
FAKE_FLAGS= sysconf_joedir=${PREFIX}/share/examples/joe \
sysconf_docdir=${PREFIX}/share/doc/joe
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>