mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
091e26ff6f
Approved by: portmgr (blanket)
18 lines
395 B
Makefile
18 lines
395 B
Makefile
PORTNAME= onenetd
|
|
PORTVERSION= 12
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
PLIST_FILES= bin/onenetd \
|
|
share/man/man1/onenetd.1.gz
|
|
|
|
.include <bsd.port.mk>
|