openbsd-ports/net/oidentd/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

28 lines
640 B
Makefile

# $OpenBSD: Makefile,v 1.16 2010/07/12 22:07:39 sthen Exp $
COMMENT= ident daemon with custom responses and NAT support
DISTNAME= oidentd-2.0.7
REVISION= 1
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>