2002-08-20 18:23:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2002/08/20 22:23:00 lebel Exp $
|
2002-04-19 21:25:03 -04:00
|
|
|
|
|
|
|
COMMENT= "ident daemon with custom responses and NAT support"
|
2002-08-20 18:23:00 -04:00
|
|
|
DISTNAME= oidentd-2.0.4
|
2002-04-19 21:25:03 -04:00
|
|
|
CATEGORIES= net
|
2002-05-13 15:08:46 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
2002-04-19 21:25:03 -04:00
|
|
|
|
2002-08-04 13:32:28 -04:00
|
|
|
HOMEPAGE= http://ojnk.sourceforge.net/
|
2002-04-19 21:25:03 -04:00
|
|
|
|
2002-08-20 18:23:00 -04:00
|
|
|
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
|
2002-04-19 21:25:03 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2002-08-04 13:32:28 -04:00
|
|
|
post-install:
|
|
|
|
perl -pi -e 's:%%SYSCONFDIR%%:${SYSCONFDIR}:' \
|
|
|
|
${PREFIX}/man/man5/oidentd_masq.conf.5 \
|
|
|
|
${PREFIX}/man/man5/oidentd.conf.5 \
|
|
|
|
${PREFIX}/man/man8/oidentd.8
|
|
|
|
|
2002-04-19 21:25:03 -04:00
|
|
|
.include <bsd.port.mk>
|