freebsd-ports/sysutils/whowatch/Makefile
Ryan Steinmetz c4786a9368 - Reset MAINTAINER due to unrecoverable bounce
Reported by:	portscout
Feature safe:	yes
2012-12-04 20:39:22 +00:00

35 lines
802 B
Makefile

# New ports collection makefile for: whowatch
# Date created: 12 June 2000
# Whom: Daniel Harris <dannyboy@subdimension.com>
#
# $FreeBSD$
#
PORTNAME= whowatch
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \
${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/IDS
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays information in real time about users currently logged on
GNU_CONFIGURE= yes
MAN1= whowatch.1
PLIST_FILES= bin/whowatch
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900006
EXTRA_PATCHES= ${PATCHDIR}/utmpx-whowatch.h \
${PATCHDIR}/utmpx-whowatch.c
.endif
pre-patch:
@${FIND} ${WRKSRC} -name 'proc????.c' | ${XARGS} ${REINPLACE_CMD} -E \
-e 's/kp_.?proc\.._/ki_/ ; s/pcred\.p_//'
.include <bsd.port.post.mk>