mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ee07b28c52
x11-toolkits/gtk12 is gone since r488008.
23 lines
537 B
Makefile
23 lines
537 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pfinger
|
|
PORTVERSION= 0.7.10
|
|
PORTREVISION= 5
|
|
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
|
|
CONFIGURE_ARGS= --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>
|