# New ports collection makefile for: yawho # Date created: 16 December 2000 # Whom: Daniel Harris # # $FreeBSD$ # PORTNAME= yawho PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple 'w'-like program; displays connection type and login shell PID GNU_CONFIGURE= yes PLIST_FILES= bin/yawho pre-patch: @${REINPLACE_CMD} -E -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c .include .if ${OSVERSION} > 900007 BROKEN= fails to build with new utmpx .endif .include