openbsd-ports/net/oidentd/Makefile
2003-09-25 06:25:13 +00:00

25 lines
614 B
Makefile

# $OpenBSD: Makefile,v 1.11 2003/09/25 06:25:13 jolan Exp $
COMMENT= "ident daemon with custom responses and NAT support"
DISTNAME= oidentd-2.0.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= http://ojnk.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=gnu
post-patch:
@perl -pi -e '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>