openbsd-ports/editors/joe/Makefile

20 lines
360 B
Makefile
Raw Normal View History

1997-11-14 19:04:24 -05:00
# OpenBSD makefile for: joe
# Version required: 2.8
# Date created: 05 November 97
# Whom: ejovi
1997-11-17 14:04:05 -05:00
#
# $OpenBSD: Makefile,v 1.2 1997/11/17 19:04:05 joey Exp $
#
1997-11-14 19:04:24 -05:00
DISTNAME= joe2.8
PKGNAME= joe-2.8
CATEGORIES= editors
MASTER_SITES= ftp://ftp.std.com/src/editors/
EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}/joe
ALL_TARGET= joe
MAN1= joe.1
.include <bsd.port.mk>