summaryrefslogtreecommitdiff
path: root/shells/flash
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-20 15:12:29 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-20 15:12:29 +0000
commit053520453dc374b6c02b15ad78efd7e0e52867f6 (patch)
tree9715c5e142788fa00b976d2c5a75b984e005be15 /shells/flash
parent- Deprecate: irrelevant for supported FreeBSD releases (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s
Notes
Notes: svn path=/head/; revision=190445
Diffstat (limited to 'shells/flash')
-rw-r--r--shells/flash/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile
index ed8714b263ad..ec05707f1f10 100644
--- a/shells/flash/Makefile
+++ b/shells/flash/Makefile
@@ -14,13 +14,6 @@ MASTER_SITES= http://www.netsoc.ucd.ie/flash/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= A ncurses-based restriction shell
-.include <bsd.port.pre.mk>
-
-# outdated version of ncurses in non-CURRENT
-.if ${OSVERSION} < 400000
-LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -rdynamic" \
@@ -37,11 +30,6 @@ DATA= system.bg.Netsoc.3 system.bg.Netsoc.4 system.flashlogin \
system.maillogin system.module system.module.9798 system.rc \
system.rc.mailshell
-.if ${OSVERSION} < 400000
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_NCURSES_NCURSES_H" \
- LDFLAGS="-L${LOCALBASE}/lib"
-.endif
-
post-patch:
.for file in ${SCRIPT}
@${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file}
@@ -72,4 +60,4 @@ post-install:
@${RM} /etc/shells.bak
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>