aboutsummaryrefslogtreecommitdiffstats
path: root/games/jools/Makefile
blob: 28eb1a4c5e833a4d9f1ee0a7ef95f96c0ee3b310 (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
# New ports collection makefile for:    jools
# Date created:             6 June 2003
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   jools
PORTVERSION=    0.10
CATEGORIES= games
MASTER_SITES=   http://www.eecs.umich.edu/~pelzlpj/jools/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Addictive jewel-swapping puzzle game

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game

USE_PYTHON= yes

do-build:
    ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}

do-install:
    cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/setup.py install --prefix=${PREFIX}

.include <bsd.port.mk>