freebsd-ports/games/jools/Makefile
Pav Lucistnik fe3f5afbee - Fix fetch, update WWW
Figured out by:	adamw (thanks!)
2008-06-18 19:00:18 +00:00

25 lines
548 B
Makefile

# 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://pessimization.com/software/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>