1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/joe-devel/Makefile
Trevor Johnson 92fd9c5f94 My earlier testing was in error: joe will still write to a DEADJOE
file which is hard-linked to a file writable by the user who is
running joe.  Mark this forbidden until the maintainer decides what
to do.
2000-11-25 14:13:59 +00:00

25 lines
507 B
Makefile

# New ports collection makefile for: joe
# Date created: 01 Jul 1995
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= joe
PORTVERSION= 2.8
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.std.com/src/editors/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= toasty@dragondata.com
FORBIDDEN= "follows hard link (not symlink) to DEADJOE--see http://www.securityfocus.com/archive/1/145305"
WRKSRC= ${WRKDIR}/joe
ALL_TARGET= joe
MAN1= joe.1
.include <bsd.port.mk>