diff options
author | Luis Ressel <aranea@aixah.de> | 2015-12-26 01:18:44 +0100 |
---|---|---|
committer | Luis Ressel <aranea@aixah.de> | 2015-12-30 01:20:35 +0100 |
commit | 9d33d1d4b8e9578da5466ab11e9b162b80c357c4 (patch) | |
tree | b3acf034277a41586044c0ceaedc2309f3f9bc72 /games-roguelike/nethack/files/nethack-3.6.0-hint-x11 | |
parent | Restricting tests, they have been broken for a long time. Bug 566700 (diff) | |
download | gentoo-9d33d1d4b8e9578da5466ab11e9b162b80c357c4.tar.gz gentoo-9d33d1d4b8e9578da5466ab11e9b162b80c357c4.tar.bz2 gentoo-9d33d1d4b8e9578da5466ab11e9b162b80c357c4.zip |
games-roguelike/nethack: Bump to 3.6.0
Thorough ebuild rewrite.
Gentoo-Bug: 567762
Diffstat (limited to 'games-roguelike/nethack/files/nethack-3.6.0-hint-x11')
-rw-r--r-- | games-roguelike/nethack/files/nethack-3.6.0-hint-x11 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-roguelike/nethack/files/nethack-3.6.0-hint-x11 b/games-roguelike/nethack/files/nethack-3.6.0-hint-x11 new file mode 100644 index 000000000000..d0d1a8d4cd42 --- /dev/null +++ b/games-roguelike/nethack/files/nethack-3.6.0-hint-x11 @@ -0,0 +1,23 @@ +#-PRE + +LINK=$(CC) + +VARDATND = x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm + +WINSRC = $(WINTTYSRC) $(WINX11SRC) +WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) +WINLIB = $(WINTTYLIB) $(WINX11LIB) + +GAMEPERM = 02755 +VARDIRPERM = 0770 +VARFILEPERM = 0660 +CHOWN = true +CHGRP = true + + +#-POST + +# needed for external pager, bug #57410 +DATNODLB = $(VARDATND) license $(DATHELP) + +WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm |