mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c9466797c9
Submitted by: bento via kris
27 lines
597 B
Makefile
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>
|