blob: 8e1e9013f8eedf7bfaeb9ab2a967b937c16eae34 (
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
27
28
29
|
# New ports collection makefile for: gretools
# Date created: 2004 January 15
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gretools
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= http://theory.cs.iitm.ernet.in/~arvindn/gretools/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME vocabulary builder
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget pygnome2
USE_PYTHON= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g ; \
s|@prefix@/share/|@datadir@/|g' ${WRKSRC}/gretools.in
.include <bsd.port.mk>
|