1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Adam Weinberger 8647ee60c9 Add jools-0.10, a Bejeweled clone.
jools is a clone of that Pop Cap Games game where you swap
adjacent jewels. This game is horribly addictive, and I guess
that makes me the enabler. Or the pusher.
2003-06-06 22:49:57 +00:00

26 lines
600 B
Makefile

# 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= adamw@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>