openbsd-ports/net/oidentd/Makefile

27 lines
652 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2006/02/08 04:54:50 david Exp $
COMMENT= "ident daemon with custom responses and NAT support"
2003-07-13 02:16:54 -04:00
DISTNAME= oidentd-2.0.7
PKGNAME= ${DISTNAME}p0
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
WANTLIB= c
CONFIGURE_STYLE=gnu
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>