aboutsummaryrefslogtreecommitdiffstats
path: root/net/ftelnetd/Makefile
blob: 2a132c0512050f0d97b7f9cbfc6d57f30dfff807 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>