mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
549 B
Makefile
25 lines
549 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://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>
|