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

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

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

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

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

post-patch:
    @${FIND} ${WRKSRC} -name ".arch-ids" | ${XARGS} ${RM} -r

.include <bsd.port.mk>