aboutsummaryrefslogtreecommitdiffstats
path: root/games/xpuzzletama/Makefile
blob: 6fa42afb2373b357a38947f27828ce288f21728d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    xpuzzletama
# Date created:     18 January 1997
# Whom:         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}
USE_IMAKE=  yes
USE_XORG=   xpm
NO_INSTALL_MANPAGES=    yes

PLIST_FILES=    bin/xpuzzletama lib/X11/xpuzzletama/tama_score
PLIST_DIRS= lib/X11/xpuzzletama

post-install:
    ${MKDIR} ${PREFIX}/lib/X11/xpuzzletama
    ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 \
        ${WRKSRC}/.tama_score ${PREFIX}/lib/X11/xpuzzletama/tama_score

.include <bsd.port.mk>