blob: 69832e8faca1f047b8963d16f4ed1c952d3bdd34 (
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
|
# New ports collection makefile for: gretools
# Date created: 2004 January 15
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gretools
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= http://theory.cs.iitm.ernet.in/~arvindn/gretools/${PORTVERSION}/
MAINTAINER= adamw@FreeBSD.org
COMMENT= GTK2 vocabulary builder
USE_X_PREFIX= yes
USE_PYTHON= yes
USE_GNOME= gnomehack gnometarget gnomeprefix pygtk2
GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s|/usr/bin/python|${PYTHON_CMD}|" \
${WRKSRC}/${PORTNAME}.in
.include <bsd.port.mk>
|