blob: 4f654d68f8958ece1e3b7a872afb8b56b6b6a516 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$
PORTNAME= onenetd
PORTVERSION= 1.11
CATEGORIES= net
MASTER_SITES= http://offog.org/files/ \
ftp://ftp.i-scream.org/pub/offog.org/files/ \
http://ftp.i-scream.org/pub/offog.org/files/
MAINTAINER= tdb@FreeBSD.org
COMMENT= A single-server inetd
GNU_CONFIGURE= yes
MAN1= onenetd.1
PLIST_FILES= bin/onenetd
NO_STAGE= yes
.include <bsd.port.mk>
|