summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2003-12-17 21:30:39 +0000
committerheinz <heinz>2003-12-17 21:30:39 +0000
commit22877b690317caa0fef99fff9aa17cdd831ceaf5 (patch)
tree8b590ec71728fe7dce1ad372ebbce88e3d47933b /games/rocksndiamonds/Makefile
parent6dd996cfff8016b3b7235ede633533cdede65119 (diff)
downloadpkgsrc-22877b690317caa0fef99fff9aa17cdd831ceaf5.tar.gz
Let this work on Solaris (verified) and maybe Darwin (please test).
Create user and group if necessary, not every OS has "games:games".
Diffstat (limited to 'games/rocksndiamonds/Makefile')
-rw-r--r--games/rocksndiamonds/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index a7518704722..93b4b2ccf6c 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -1,9 +1,15 @@
-# $NetBSD: Makefile,v 1.16 2003/09/15 15:20:44 adam Exp $
+# $NetBSD: Makefile,v 1.17 2003/12/17 21:30:39 heinz Exp $
#
.include "Makefile.common"
COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (X11 build)
+.if ${OPSYS} == "SunOS"
+ALL_TARGET= solaris
+.elif ${OPSYS} == "Darwin"
+ALL_TARGET= mac
+.else
ALL_TARGET= x11
+.endif
CONFLICTS= rocksndiamonds-sdl-[1-9]*