openbsd-ports/editors/joe/Makefile
martynas dc488b85af - update to joe 3.5;
- cleanup from naddy@;
ok naddy@, simon@, kili@, jasper@
2007-03-17 22:13:08 +00:00

26 lines
600 B
Makefile

# $RuOBSD: Makefile,v 1.3 2002/04/10 05:14:52 form Exp $
# $OpenBSD: Makefile,v 1.34 2007/03/17 22:13:08 martynas Exp $
COMMENT= "Joe's Own Editor"
DISTNAME= joe-3.5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
HOMEPAGE= http://joe-editor.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses m util
CONFIGURE_STYLE= gnu
FAKE_FLAGS= DESTDIR=${WRKINST} \
sysconf_joedir=${PREFIX}/share/examples/joe \
sysconf_docdir=${PREFIX}/share/doc/joe
.include <bsd.port.mk>