1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/pkill/Makefile
2007-04-20 15:12:29 +00:00

33 lines
730 B
Makefile

# New ports collection makefile for: NetBSD's pgrep/pkill
# Date created: Tue Nov 5 14:01:47 UTC 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pkill
PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= lioux
DISTNAME= ${PORTNAME}-current-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= NetBSD's pgrep and pkill: find or signal processes matching criteria
WRKSRC= ${WRKDIR}/${PORTNAME}-current
MAKE_ENV= BINDIR=${PREFIX}/bin \
MANDIR=${PREFIX}/man/man
MANCOMPRESSED= yes
MAN1= pgrep.1 pkill.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502110
IGNORE= "is included in the base system"
.endif
.include <bsd.port.post.mk>