aboutsummaryrefslogtreecommitdiffstats
path: root/net/pfinger/Makefile
blob: a644d4374a5db22c61d5a59c0b6548e35038bc0e (plain) (blame)
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
28
# ex:ts=8
# New ports collection makefile for:    pfinger
# Date created:         Apr 25, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pfinger
PORTVERSION=    0.7.7
CATEGORIES= net
MASTER_SITES=   ftp://ftp.xelia.ch/pub/unix/ \
        http://www.xelia.ch/unix/pfinger/

MAINTAINER= ijliao@FreeBSD.org

USE_GNOMENG=    yes
USE_GNOME=  gtk12
GNU_CONFIGURE=  yes

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

post-patch:
    @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c

.include <bsd.port.mk>