summaryrefslogtreecommitdiff
path: root/x11/xmascot
diff options
context:
space:
mode:
authoragc <agc>1997-10-09 12:34:13 +0000
committeragc <agc>1997-10-09 12:34:13 +0000
commitf43bd4523160f0da302c34ca69b4d04c8ae496a9 (patch)
tree1525f13a1c7640308023aa364f66665aa512edb1 /x11/xmascot
parent48104841cf07824c95428eda45092d9c10387205 (diff)
downloadpkgsrc-f43bd4523160f0da302c34ca69b4d04c8ae496a9.tar.gz
Use NetBSD's bsd.port.mk, bsd.own.mk and the environment to make the
decision about compressed man pages.
Diffstat (limited to 'x11/xmascot')
-rw-r--r--x11/xmascot/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile
index 457991def14..fe62b383cbd 100644
--- a/x11/xmascot/Makefile
+++ b/x11/xmascot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1997/10/09 11:56:01 agc Exp $
+# $NetBSD: Makefile,v 1.3 1997/10/09 12:34:13 agc Exp $
# New ports collection makefile for: xmascot
# Version required: 2.5p2
# Date created: 20 November 1996
@@ -14,9 +14,14 @@ MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+OPSYS!= uname -s
+
USE_GMAKE= yes
USE_IMAKE= yes
MAN1= xmascot.1
+
+.if (${OPSYS} != "NetBSD")
MANCOMPRESSED= yes
+.endif
.include <bsd.port.mk>