openbsd-ports/editors/joe/Makefile
2006-12-07 20:07:43 +00:00

21 lines
469 B
Makefile

# $RuOBSD: Makefile,v 1.3 2002/04/10 05:14:52 form Exp $
# $OpenBSD: Makefile,v 1.33 2006/12/07 20:07:43 naddy Exp $
COMMENT= "joe's own editor"
DISTNAME= joe-3.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses m util
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= simple
.include <bsd.port.mk>