Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

23 lines
484 B
Makefile

COMMENT= ident daemon with custom responses and NAT support
DISTNAME= oidentd-2.0.8
REVISION= 2
CATEGORIES= net
SITES= ${SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= https://ojnk.sourceforge.net/
# GPLv2 only
PERMIT_PACKAGE= Yes
WANTLIB= c
CONFIGURE_STYLE=gnu
pre-configure:
sed -i 's,/etc,${SYSCONFDIR},g' \
${WRKSRC}/doc/oidentd_masq.conf.5 ${WRKSRC}/doc/oidentd.8 \
${WRKSRC}/doc/oidentd.conf.5 ${WRKSRC}/src/oidentd_options.c \
${WRKSRC}/src/oidentd.h
.include <bsd.port.mk>