2012-11-07 16:17:10 +00:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2004-01-16 18:54:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gretools
|
2004-07-14 12:21:47 +00:00
|
|
|
PORTVERSION= 1.2.4
|
2012-11-07 16:17:10 +00:00
|
|
|
PORTREVISION= 12
|
2004-07-14 12:21:47 +00:00
|
|
|
CATEGORIES= games gnome
|
2012-11-07 16:17:10 +00:00
|
|
|
MASTER_SITES= http://randomwalker.info/gretools/%SUBDIR%/
|
2004-07-14 12:21:47 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION:R}
|
2004-01-16 18:54:58 +00:00
|
|
|
|
2004-05-16 23:45:05 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-14 12:21:47 +00:00
|
|
|
COMMENT= GNOME vocabulary builder
|
2004-01-16 18:54:58 +00:00
|
|
|
|
2012-11-07 16:17:10 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-11-16 02:32:56 +00:00
|
|
|
USES= gmake pathfix pkgconfig shebangfix
|
|
|
|
SHEBANG_FILES= ${WRKSRC}/gretools.py
|
2013-03-28 03:28:30 +00:00
|
|
|
USE_GNOME= gnomeprefix pygnome2
|
2004-01-16 18:54:58 +00:00
|
|
|
USE_PYTHON= yes
|
2004-07-14 12:21:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-27 03:04:05 +00:00
|
|
|
INSTALLS_OMF= yes
|
2004-01-16 18:54:58 +00:00
|
|
|
|
|
|
|
post-patch:
|
2012-11-07 16:17:10 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/python -t|/usr/bin/env python|g ; \
|
|
|
|
s|@prefix@|${LOCALBASE}|g ; s|@share@|share|g' \
|
|
|
|
${WRKSRC}/gretools.in
|
2005-06-27 03:04:05 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|gtk\.TRUE|True|g ; \
|
|
|
|
s|gtk\.FALSE|False|g ; \
|
|
|
|
s|gtk\.idle_add|gobject\.idle_add|g' ${WRKSRC}/gretools.py
|
2004-01-16 18:54:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|