1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/xpuzzletama/Makefile
Baptiste Daroussin 877e37b717 Revert r375084
A too sharp axe causes unpredictable damages

Reported by:	amdmi3
2014-12-22 21:38:23 +00:00

32 lines
941 B
Makefile

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
PORTNAME= xpuzzletama
PORTVERSION= 1.5b
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \
http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \
http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \
http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/
MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources
MAINTAINER= ports@FreeBSD.org
COMMENT= Puzzle tama, a Tetris like game
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake:noman
USE_XORG= xpm
PLIST_FILES= bin/xpuzzletama lib/X11/xpuzzletama/tama_score
PLIST_DIRS= lib/X11/xpuzzletama
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama
${INSTALL} ${COPY} -m 666 ${WRKSRC}/.tama_score \
${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama/tama_score
.include <bsd.port.mk>