diff options
Diffstat (limited to 'sysutils/pmap/Makefile')
-rw-r--r-- | sysutils/pmap/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile new file mode 100644 index 000000000000..57fd15d66763 --- /dev/null +++ b/sysutils/pmap/Makefile @@ -0,0 +1,31 @@ +# 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 + +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 +BROKEN= "Not supported on systems prior to 4.5" +.endif + +.include <bsd.port.post.mk> |