freebsd-ports/net/pfinger/Makefile
Kirill Ponomarev 45a6af1a52 - Add CONFLICTS, because of the same item in pkg-plist
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 14:30:28 +00:00

31 lines
641 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.10
CATEGORIES= net
MASTER_SITES= ftp://ftp.xelia.ch/pub/unix/ \
http://www.xelia.ch/unix/pfinger/
MAINTAINER= ports@FreeBSD.org
COMMENT= Highly configurable, secure and portable finger daemon
CONFLICTS= gnu-finger-1.*
USE_REINPLACE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
MAN1= finger.1 pfinger.1
MAN5= fingerconf.5
MAN8= in.fingerd.8
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c
.include <bsd.port.mk>