openbsd-ports/editors/joe/Makefile

21 lines
469 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 $
2006-12-07 15:07:43 -05:00
# $OpenBSD: Makefile,v 1.33 2006/12/07 20:07:43 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
2006-12-07 15:07:43 -05:00
PKGNAME= ${DISTNAME}p0
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
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>