openbsd-ports/editors/joe/Makefile

21 lines
375 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 1998/10/20 08:39:45 form Exp $
1997-11-17 14:04:05 -05:00
#
1997-11-14 19:04:24 -05:00
DISTNAME= joe2.8
PKGNAME= joe-2.8
CATEGORIES= editors
MAINTAINER= form@OpenBSD.ORG
1998-10-08 19:06:21 -04:00
MASTER_SITES= ftp://ftp.std.com/src/editors/
EXTRACT_SUFX= .tar.Z
1997-11-14 19:04:24 -05:00
WRKSRC= ${WRKDIR}/joe
ALL_TARGET= joe
MAN1= joe.1
# Comment this line if you wish to use termcap library
MAKE_ENV+= "USE_TERMINFO=yes"
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>