1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/onenetd/Makefile
Nuno Teixeira 091e26ff6f net/onenetd: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-20 17:15:04 +00:00

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>