# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_0_0/net/pfinger/Makefile 327755 2013-09-20 22:10:23Z bapt $

PORTNAME=	pfinger
PORTVERSION=	0.7.10
PORTREVISION=	4
CATEGORIES=	net
MASTER_SITES=	http://www.xelia.ch/unix/pfinger/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Highly configurable, secure, and portable finger daemon

CONFLICTS=	gnu-finger-1.*

GNU_CONFIGURE=	yes
.if !defined(WITHOUT_X11)
USE_GNOME=	gtk12
PLIST_SUB+=	WITHOUT_X11=""
.else
CONFIGURE_ARGS+=--without-client
PLIST_SUB+=	WITHOUT_X11="@comment "
.endif

MAN1=	finger.1 pfinger.1
MAN5=	fingerconf.5
MAN8=	in.fingerd.8

NO_STAGE=	yes
.include <bsd.port.pre.mk>

post-patch:
	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c
.if ${OSVERSION} >= 900007
	@${REINPLACE_CMD} -e 's|<utmp.h>|<utmpx.h>|' ${WRKSRC}/configure
.endif

.include <bsd.port.post.mk>
