2013-04-27 11:44:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2013/04/27 15:44:21 ajacoutot Exp $
|
2002-04-19 21:25:03 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= ident daemon with custom responses and NAT support
|
2003-07-13 02:16:54 -04:00
|
|
|
DISTNAME= oidentd-2.0.7
|
2013-04-27 11:44:20 -04:00
|
|
|
REVISION= 3
|
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
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-07-12 18:07:37 -04:00
|
|
|
|
2004-12-04 22:09:45 -05:00
|
|
|
WANTLIB= c
|
2002-04-19 21:25:03 -04:00
|
|
|
|
2003-02-15 12:10:26 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2002-04-19 21:25:03 -04:00
|
|
|
|
2006-02-07 23:54:48 -05:00
|
|
|
pre-configure:
|
2003-02-15 12:10:26 -05:00
|
|
|
@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
|
2002-08-04 13:32:28 -04:00
|
|
|
|
2002-04-19 21:25:03 -04:00
|
|
|
.include <bsd.port.mk>
|