Skip to content

Commit

Permalink
games/xsokoban: use ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
add LICENSE
fix dependecies
take maintainership
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 12, 2024
1 parent 09cdd69 commit 76f265c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions games/xsokoban/Makefile
Expand Up @@ -5,12 +5,15 @@ CATEGORIES= games
MASTER_SITES= http://www.cs.cornell.edu/andru/release/ \
ftp://ftp.pmg.lcs.mit.edu/pub/xsokoban/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Puzzle of pushing objects to the goals
WWW= https://www.cs.cornell.edu/andru/xsokoban.html

LICENSE= PD

USES= imake xorg
USE_XORG= xpm
USE_XORG= xpm x11 xext
MAKE_ARGS+= MANPATH="${PREFIX}/share/man"
WRKSRC= ${WRKDIR}/xsokoban
ALL_TARGET= xsokoban

Expand Down
2 changes: 1 addition & 1 deletion games/xsokoban/pkg-plist
@@ -1,5 +1,4 @@
@(,games,2555) bin/xsokoban
man/man1/xsokoban.1.gz
lib/X11/xsokoban/bitmaps/defaults/centerwall.xbm
lib/X11/xsokoban/bitmaps/defaults/centerwall.xpm
lib/X11/xsokoban/bitmaps/defaults/east_twall.xbm
Expand Down Expand Up @@ -136,6 +135,7 @@ lib/X11/xsokoban/screens/screen.88
lib/X11/xsokoban/screens/screen.89
lib/X11/xsokoban/screens/screen.9
lib/X11/xsokoban/screens/screen.90
share/man/man1/xsokoban.1.gz
@sample(,games,664) /var/games/xsokoban/scores/scores.sample
@dir(,games,775) /var/games/xsokoban/scores
@dir(,games,775) /var/games/xsokoban/saves
Expand Down

0 comments on commit 76f265c

Please sign in to comment.