# Created by: Ying-Chieh Liao # $FreeBSD: head/net/pfinger/Makefile 362457 2014-07-21 17:47:52Z adamw $ 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.* OPTIONS_DEFINE= X11 GNU_CONFIGURE= yes .include .if ${PORT_OPTIONS:MX11} USE_GNOME= gtk12 PLIST_SUB+= WITHOUT_X11="" .else CONFIGURE_ARGS+=--without-client PLIST_SUB+= WITHOUT_X11="@comment " .endif .include post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c .if ${OSVERSION} >= 900007 @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/configure .endif .include