mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
0af4d3dd6b
mastersite. Mark for 2-month expiration. Submitted by: portsmon email bounce
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# Created by: Levent Kayan <levent@corehack.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ftelnetd
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= # expired
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A small server faking various telnet daemons
|
|
|
|
BROKEN= Unfetchable due to parked MASTER_SITES
|
|
DEPRECATED= "${BROKEN}"
|
|
EXPIRATION_DATE= 2013-11-24
|
|
|
|
USES= gmake
|
|
|
|
PLIST_FILES= sbin/ftelnetd
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|