2013-07-26 07:33:51 +02:00
|
|
|
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
|
1999-11-14 04:44:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gtkgraph
|
|
|
|
PORTVERSION= 0.6.1
|
2014-09-13 17:11:27 +02:00
|
|
|
PORTREVISION= 13
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= graphics math
|
2001-11-29 00:41:26 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= jedgar
|
1999-11-14 04:44:12 +01:00
|
|
|
|
2006-03-24 07:23:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Graphing calculator using GTK+
|
1999-11-14 04:44:12 +01:00
|
|
|
|
2014-04-27 20:26:01 +02:00
|
|
|
USES= gettext gmake perl5
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= imlib
|
2013-08-03 15:44:00 +02:00
|
|
|
USE_PERL5= build
|
1999-11-14 04:44:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
1999-11-14 04:44:12 +01:00
|
|
|
|
2014-04-27 20:26:01 +02:00
|
|
|
PLIST_FILES= bin/gtkgraph \
|
|
|
|
share/locale/fr/LC_MESSAGES/gtkgraph.mo \
|
|
|
|
share/locale/ja/LC_MESSAGES/gtkgraph.mo
|
|
|
|
|
2000-10-05 08:57:56 +02:00
|
|
|
pre-patch:
|
2013-07-26 07:33:51 +02:00
|
|
|
@${REINPLACE_CMD} -i '' -e 's|-O2|${CFLAGS}| ; \
|
2000-10-05 08:57:56 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2014-04-27 20:26:01 +02:00
|
|
|
@${REINPLACE_CMD} 's|localedir)|DESTDIR)$$(&|' \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
2000-01-01 23:42:01 +01:00
|
|
|
|
1999-11-14 04:44:12 +01:00
|
|
|
.include <bsd.port.mk>
|