aboutsummaryrefslogtreecommitdiff
path: root/games/gnomesudoku/Makefile
blob: 9cfdaba60e136922806fddeccc20240755fd4e0f (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
26
27
# New ports collection makefile for:	gnome-sudoku
# Date created:				2005-09-12
# Whom:					Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gnomesudoku
PORTVERSION=	0.3.3
PORTREVISION=	1
CATEGORIES=	games gnome
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	gnome-sudoku
DISTNAME=	gnome-sudoku-${PORTVERSION}

MAINTAINER=	tg@FreeBSD.org
COMMENT=	GNOME Sudoku game

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \
		${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging

USE_X_PREFIX=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
USE_GNOME=	pygnome2 pygnomeextras

.include <bsd.port.mk>