diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 22:34:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 22:34:48 +0000 |
commit | 4a9972477b1a72bffebeae60f6cc6c94f45614e0 (patch) | |
tree | cf160f69fdf430ee3286409c20b3d00820f9dd8c /net/onenetd/Makefile | |
parent | 0ad2a07768db35af04b7bd54bc444f74a1de4357 (diff) | |
download | ports-4a9972477b1a72bffebeae60f6cc6c94f45614e0.tar.gz ports-4a9972477b1a72bffebeae60f6cc6c94f45614e0.zip |
Notes
Diffstat (limited to 'net/onenetd/Makefile')
-rw-r--r-- | net/onenetd/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/onenetd/Makefile b/net/onenetd/Makefile new file mode 100644 index 000000000000..9f7c9a62aad4 --- /dev/null +++ b/net/onenetd/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: onenetd +# Date created: 20 January 2003 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= onenetd +PORTVERSION= 1.9 +CATEGORIES= net +MASTER_SITES= http://azz.us-lot.org/files/ + +MAINTAINER= tim@bishnet.net +COMMENT= A single-server inetd + +GNU_CONFIGURE= yes +MAN1= onenetd.1 + +.include <bsd.port.mk> |