diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-10-14 12:05:07 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-10-14 12:05:07 +0000 |
commit | cb3f12a46410fc4bac89e7ff3b065d9d92bddf13 (patch) | |
tree | 6b70c13c7ab23cd7f877ff154dfe2873f3f9ec3d /sysutils/pmap/Makefile | |
parent | 3263d5636f7f7a070ea8f162dce06b50bb3a8431 (diff) | |
download | ports-cb3f12a46410fc4bac89e7ff3b065d9d92bddf13.tar.gz ports-cb3f12a46410fc4bac89e7ff3b065d9d92bddf13.zip |
Notes
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> |