1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/pfinger/Makefile
Mario Sergio Fujikawa Ferreira b9d28dac8b Deploy USE_GNOMENG infrastructure
PR:		42345
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 01:06:26 +00:00

29 lines
543 B
Makefile

# 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>