1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/yawho/Makefile

29 lines
599 B
Makefile
Raw Normal View History

# New ports collection makefile for: yawho
# Date created: 16 December 2000
# Whom: Daniel Harris <dannyboy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yawho
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
MAINTAINER= dannyboy@FreeBSD.org
COMMENT= Simple 'w'-like program; displays connection type and login shell PID
PLIST_FILES= bin/yawho
2002-07-18 13:05:21 +00:00
USE_REINPLACE= yes
2001-04-19 01:41:27 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500014
pre-patch:
2002-07-18 13:05:21 +00:00
@${REINPLACE_CMD} -E -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c
2001-04-19 01:41:27 +00:00
.endif
GNU_CONFIGURE= yes
2001-04-19 01:41:27 +00:00
.include <bsd.port.post.mk>