openbsd-ports/editors/jed/Makefile
brad 0963b64b0a upgrade to jed 0.99.13
--
Partially based on the tarball provided by: Shell Hung <i@shellhung.org>
2001-02-22 02:45:16 +00:00

37 lines
803 B
Makefile

# $OpenBSD: Makefile,v 1.19 2001/02/22 02:45:16 brad Exp $
DISTNAME= jed-B0.99-13
PKGNAME= jed-0.99.13
CATEGORIES= editors
NEED_VERSION= 1.336
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
MAINTAINER= ports@openbsd.org
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>