aboutsummaryrefslogtreecommitdiff
path: root/security/vlog/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-07-04 20:48:23 +0000
committerRene Ladan <rene@FreeBSD.org>2016-07-04 20:48:23 +0000
commit19f31a471be151c3b37c2a53435168e9ee3e74cf (patch)
tree239999706f3f6d8d0babe480ab358d7675c96f78 /security/vlog/Makefile
parent8c8c4d9eb88ee2827497807f6f0030ce52dae781 (diff)
downloadports-19f31a471be151c3b37c2a53435168e9ee3e74cf.tar.gz
ports-19f31a471be151c3b37c2a53435168e9ee3e74cf.zip
Notes
Diffstat (limited to 'security/vlog/Makefile')
-rw-r--r--security/vlog/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile
deleted file mode 100644
index 683a45afb0fa..000000000000
--- a/security/vlog/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: hannes sowa <satbran@web.de>
-# $FreeBSD$
-
-PORTNAME= vlog
-PORTVERSION= 1.1f
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://inc2.com/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Curses based real-time logfile viewer esp. useful for ipflog
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-LICENSE= GPLv2
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-USES= perl5 tar:tgz
-USE_PERL5= build
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS} -lcurses -pthread"
-ALL_TARGET= it
-
-PLIST_FILES= bin/vlog man/man1/vlog.1.gz
-
-post-patch:
- @${REINPLACE_CMD} '/strip/d' ${WRKSRC}/Makefile
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} vlog \
- ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_MAN} vlog.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
-
-.include <bsd.port.mk>