20 lines
410 B
Makefile
20 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>
|