19 lines
394 B
Makefile
19 lines
394 B
Makefile
PORTNAME= onenetd
|
|
PORTVERSION= 13
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://offog.org/files/ \
|
|
http://ftp.i-scream.org/pub/offog.org/files/
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Single-server inetd
|
|
WWW= https://offog.org/code/onenetd.html
|
|
|
|
LICENSE= ISCL
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
PLIST_FILES= bin/onenetd \
|
|
share/man/man1/onenetd.1.gz
|
|
|
|
.include <bsd.port.mk>
|