aboutsummaryrefslogtreecommitdiff
path: root/graphics/ivtools/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-08-07 03:12:38 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-08-07 03:12:38 +0000
commit8e41420556941814a9e6f72c0c67aadd537415d3 (patch)
tree1f353f3e3344fa46443ef1637e9a577fabec4b75 /graphics/ivtools/Makefile
parentc801f2ebbec130c999ddddd2c289e4aee951549d (diff)
downloadports-8e41420556941814a9e6f72c0c67aadd537415d3.tar.gz
ports-8e41420556941814a9e6f72c0c67aadd537415d3.zip
Notes
Diffstat (limited to 'graphics/ivtools/Makefile')
-rw-r--r--graphics/ivtools/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile
index 568dae66a341..092f7adeec12 100644
--- a/graphics/ivtools/Makefile
+++ b/graphics/ivtools/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ivtools
-PORTVERSION= 1.2.5
-PORTREVISION= 1
+PORTVERSION= 1.2.6
CATEGORIES= graphics
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@@ -29,4 +28,14 @@ USE_XORG= x11 xaw ice xext
MANCOMPRESSED= no
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= Incomplete pkg-plist
+.endif
+
+.if ${OSVERSION} >= 600000 && ${OSVERSION} < 700000
+PLIST_SUB+= IVDL="@comment"
+.endif
+
+.include <bsd.port.post.mk>