pkgsrc/games/rocksndiamonds/Makefile
heinz a7a1ed9b06 Let this work on Solaris (verified) and maybe Darwin (please test).
Create user and group if necessary, not every OS has "games:games".
2003-12-17 21:30:39 +00:00

15 lines
314 B
Makefile

# $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]*