freebsd-ports/sysutils/pmap/Makefile
Sergey Skvortsov 3a5c8c8687 replace usage of BROKEN with IGNORE
PR:		ports/53467
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-01 10:38:54 +00:00

33 lines
639 B
Makefile

# New ports collection makefile for: pmap
# Date created: 14 Oct 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= pmap
PORTVERSION= 20021014
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/
MAINTAINER= skv@FreeBSD.org
COMMENT= Detailed process memory display
PLIST_SUB= KMODDIR=${KMODDIR}
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= pmap.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
BROKEN= "Currently does not support -CURRENT"
.endif
.if ${OSVERSION} < 450000
IGNORE= "Not supported on systems prior to 4.5"
.endif
.include <bsd.port.post.mk>