af1ac06418
as all "/etc" should be substituted by ${SYSCONFDIR}, do this directly with perl in post-patch from MAINTAINER
27 lines
663 B
Makefile
27 lines
663 B
Makefile
# $OpenBSD: Makefile,v 1.7 2003/02/15 17:10:26 sturm Exp $
|
|
|
|
COMMENT= "ident daemon with custom responses and NAT support"
|
|
DISTNAME= oidentd-2.0.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
|
|
|
HOMEPAGE= http://ojnk.sourceforge.net/
|
|
|
|
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
|
|
|
|
# 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>
|