freebsd-ports/games/gretools/Makefile
2004-01-20 17:58:10 +00:00

27 lines
595 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 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>