blob: f22db79de15c3e29dd427e0715d6bedf67ae576d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
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
OPTIONS_DEFINE= X11
OPTIONS_SUB= yes
X11_USE= GNOME=gtk12
X11_CONFIGURE_OFF= --without-client
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c
@${REINPLACE_CMD} -e 's|<utmp.h>|<utmpx.h>|' ${WRKSRC}/configure
.include <bsd.port.mk>
|