blob: 502f429c8551d618413dc4d3ee82ad018f0ed10b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: onenetd
# Date created: 20 January 2003
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= onenetd
PORTVERSION= 1.10
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= tim@bishnet.net
COMMENT= A single-server inetd
GNU_CONFIGURE= yes
MAN1= onenetd.1
PLIST_FILES= bin/onenetd
.include <bsd.port.mk>
|