openbsd-ports/editors/jed/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

37 lines
793 B
Makefile

# $OpenBSD: Makefile,v 1.22 2001/10/28 13:05:46 espie Exp $
COMMENT= "text editor"
DISTNAME= jed-B0.99-14
PKGNAME= jed-0.99.14
CATEGORIES= editors
NEED_VERSION= 1.402
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.ntua.gr/pub/pub/lang/slang/jed/v0.99 \
ftp://ftp.gigabell.net/pub/Jed/v0.99/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/
HOMEPAGE= http://space.mit.edu/~davis/jed/
LIB_DEPENDS= slang.14::devel/libslang
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= JED_ROOT="${PREFIX}/lib/jed"
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L} == "no_x11"
ALL_TARGET= all getmail
.else
USE_X11= Yes
ALL_TARGET= all getmail xjed
.endif
.include <bsd.port.mk>