1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/fep/Makefile
Ed Schouten cb6c222df7 Mark misc/fep as BROKEN on FreeBSD 800039 and higher.
These versions of FreeBSD do not support the sgtty interface anymore.
We'd better mark it as BROKEN until the maintainer of this port comes up
with a patch to make it live again.

Approved by:	philip (mentor), pav
2008-06-25 20:07:57 +00:00

30 lines
580 B
Makefile

# New ports collection makefile for: fep
# Date created: 20 Feb 1996
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD$
#
PORTNAME= fep
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/
DISTNAME= ${PORTNAME}
MAINTAINER= nobu@psrc.isac.co.jp
COMMENT= A general purpose front end for command line editing
MAN1= fep.1
MANCOMPRESSED= yes
PLIST_FILES= bin/fep
NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800039
BROKEN= Does not compile without sgtty
.endif
.include <bsd.port.post.mk>