aboutsummaryrefslogtreecommitdiff
path: root/games/gretools/Makefile
blob: 27154bfab1bc790b0be3e6ae02ec536b6a09b4cf (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:	gretools
# Date created:				2004 January 15
# Whom:					Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gretools
PORTVERSION=	1.2.1
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://theory.cs.iitm.ernet.in/~arvindn/gretools/${PORTVERSION:R}/

MAINTAINER=	adamw@FreeBSD.org
COMMENT=	GTK2 vocabulary builder

USE_X_PREFIX=	yes
USE_PYTHON=	yes
USE_GNOME=	gnomehack gnometarget gnomeprefix pygnome2
GNU_CONFIGURE=	yes
USE_REINPLACE=	yes

post-patch:
	@${REINPLACE_CMD} -e "s|/usr/bin/python|${PYTHON_CMD}|" \
		${WRKSRC}/${PORTNAME}.in

.include <bsd.port.mk>