aboutsummaryrefslogtreecommitdiffstats
path: root/games/xrot/Makefile
blob: b6945ebd8beadc7c51c2677fb77fcd4b16d91046 (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
# New ports collection makefile for:    xrot
# Date created:             Apr 2, 2001
# Whom:                 Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   xrot
PORTVERSION=    1.3.2
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_LOCAL} \
        ftp://ftp.kobe-u.ac.jp/pub/Linux/packages/Vine/VinePlus/1.1/JG-0.9.1/sources/
MASTER_SITE_SUBDIR= will

MAINTAINER= markp@FreeBSD.org
COMMENT=    A falling ball puzzle game for X

ALL_TARGET= xrot
PLIST_FILES=    bin/xrot
WRKSRC=     ${WRKDIR}/xrot
USE_IMAKE=  yes
USE_XPM=    yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin
    ${CHOWN} root:games ${PREFIX}/bin/xrot
    ${CHMOD} g+s ${PREFIX}/bin/xrot
    ${SH} pkg-install ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>