mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
27 lines
553 B
Makefile
27 lines
553 B
Makefile
# Created by: Daniel Harris <dannyboy@FreeBSD.org>
|
|
# $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
|
|
|
|
NO_STAGE= yes
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -E -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} > 900007
|
|
BROKEN= fails to build with new utmpx
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|