1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/pmap/Makefile
Sergey Skvortsov 497475262e Remove BROKEN for 8.x
Feature safe:	yes
2009-09-23 14:27:55 +00:00

41 lines
744 B
Makefile

# New ports collection makefile for: pmap
# Date created: 14 Oct 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= pmap
PORTVERSION= 20060622
PORTREVISION= 1
CATEGORIES= sysutils kld
MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!skv/!} \
ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/
MAINTAINER= skv@FreeBSD.org
COMMENT= Detailed process memory display
NO_PACKAGE= Depends on kernel
KMODDIR= /boot/modules
PLIST_SUB= KMODDIR=${KMODDIR}
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= KMODDIR=${KMODDIR}
MAN8= pmap.8
MANCOMPRESSED= maybe
.include <bsd.port.pre.mk>
pre-fetch:
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel sources
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>