mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
edecf3c4f0
and BROKEN some gnome ports until I upgrade it.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# New ports collection makefile for: xsokoban
|
|
# Version required: 3.3b
|
|
# Date created: 16 November 1996
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/09/28 02:25:27 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xsokoban-3.3c
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.pmg.lcs.mit.edu/pub/xsokoban/
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/xsokoban
|
|
ALL_TARGET= xsokoban
|
|
MAN1= xsokoban.1
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/xsokoban/scores \
|
|
${PREFIX}/lib/X11/xsokoban/bitmaps/defaults \
|
|
${PREFIX}/lib/X11/xsokoban/saves \
|
|
${PREFIX}/lib/X11/xsokoban/screens
|
|
@chmod 777 ${PREFIX}/lib/X11/xsokoban/scores
|
|
@chmod 775 ${PREFIX}/lib/X11/xsokoban/saves
|
|
@${INSTALL_DATA} ${WRKSRC}/screens/* ${PREFIX}/lib/X11/xsokoban/screens
|
|
@${INSTALL_DATA} ${WRKSRC}/bitmaps/defaults/* \
|
|
${PREFIX}/lib/X11/xsokoban/bitmaps/defaults
|
|
@echo "First, type: 'xsokoban -c' to make score files."
|
|
@echo "You must be the superuser 'root', and enter password 'score'."
|
|
@echo
|
|
|
|
.include <bsd.port.mk>
|