openbsd-ports/editors/joe/Makefile

22 lines
492 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.32 2005/05/24 20:27:49 naddy Exp $
2002-04-24 07:05:06 -04:00
COMMENT= "joe's own editor"
1997-11-14 19:04:24 -05:00
DISTNAME= joe-3.3
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
2000-03-25 10:39:54 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses m util
2000-02-12 03:02:07 -05:00
MAINTAINER= Mike Pechkin <mpech@openbsd.org>
2002-04-24 07:05:06 -04:00
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= simple
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>