diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-26 14:38:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-26 14:38:28 +0000 |
commit | 6186c139e2d560263cda482b004da3a46f714ad6 (patch) | |
tree | d07007818cf5729ca0ddcefb3101d10ab6226b64 /security/vlog/Makefile | |
parent | - Update to version 1.0.22 (diff) |
- Mark BROKEN: Unfetchable
- Project was closed, so set EXPIRATION_DATE and DEPRICATED
knobs
PR: ports/67214
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/vlog/Makefile')
-rw-r--r-- | security/vlog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile index 268ac466e13f..123691f9cfec 100644 --- a/security/vlog/Makefile +++ b/security/vlog/Makefile @@ -16,6 +16,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A curses based real-time logfile viewer esp. useful for ipflog +BROKEN= "Unfetchable" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-07-14 + ALL_TARGET= it MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS} -lcurses" |