1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/gretools/Makefile
Adam Weinberger c9466797c9 To be complete, this needs pygnome2, not pygtk2.
Submitted by:	bento via kris
2004-01-25 02:14:41 +00:00

27 lines
597 B
Makefile

# New ports collection makefile for: gretools
# Date created: 2004 January 15
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gretools
PORTVERSION= 1.2.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>