summaryrefslogtreecommitdiff
path: root/net/hidentd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/hidentd/Makefile')
-rw-r--r--net/hidentd/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/hidentd/Makefile b/net/hidentd/Makefile
deleted file mode 100644
index 073dff8637ae..000000000000
--- a/net/hidentd/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Kirill Ponomarew <krion@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= hidentd
-PORTVERSION= 0.4
-CATEGORIES= net
-MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple and secure ident (RFC1413) server
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-GNU_CONFIGURE= yes
-
-PORTDOCS= README
-PLIST_FILES= man/man8/hidentd.8.gz sbin/hidentd
-
-OPTIONS_DEFINE= DOCS
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>