openbsd-ports/net/oidentd/Makefile

26 lines
582 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2013/04/27 15:44:21 ajacoutot Exp $
COMMENT= ident daemon with custom responses and NAT support
2003-07-13 02:16:54 -04:00
DISTNAME= oidentd-2.0.7
REVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= http://ojnk.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
CONFIGURE_STYLE=gnu
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
pre-configure:
@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>