diff options
author | agc <agc@pkgsrc.org> | 1997-10-09 12:34:13 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-09 12:34:13 +0000 |
commit | d842fc40ac63031ed503242a8f7d04368f208721 (patch) | |
tree | 1525f13a1c7640308023aa364f66665aa512edb1 /x11/xmascot | |
parent | 5753e6bb65c9448d805b650c819aa5967f709a22 (diff) | |
download | pkgsrc-d842fc40ac63031ed503242a8f7d04368f208721.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/Makefile | 7 |
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> |