1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/pkill/Makefile
Mark Linimon 0c9df415d1 Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.

Hat:		portmgr
2006-06-23 05:28:33 +00:00

39 lines
856 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
MAINTAINER= lioux@FreeBSD.org
COMMENT= NetBSD's pgrep and pkill: find or signal processes matching criteria
MAKE_ENV= DESTDIR=${PREFIX} \
BINDIR=/bin \
MANDIR=/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
.if ${OSVERSION} >= 500000
DISTNAME= ${PORTNAME}-current-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-current
.else
DISTNAME= ${PORTNAME}-stable-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-stable
.endif
.include <bsd.port.post.mk>