c4d0d0cf45
----------------------------- ftelnetd is a small server faking various telnet daemons, logging all received logins to a file and doing more actions. WWW: http://www.corehack.org/ PR: ports/110172 Submitted by: Levent Kayan <levent at corehack.org>
19 lines
410 B
Makefile
19 lines
410 B
Makefile
# New ports collection makefile for: ftelnetd
|
|
# Date created: 11 March 2007
|
|
# Whom: Levent Kayan <levent@corehack.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ftelnetd
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.corehack.org/codes/
|
|
|
|
MAINTAINER= levent@corehack.org
|
|
COMMENT= A small server faking various telnet daemons
|
|
|
|
USE_GMAKE= YES
|
|
|
|
PLIST_FILES= sbin/ftelnetd
|
|
|
|
.include <bsd.port.mk>
|