2002-02-11 09:06:12 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: GraphThing
|
|
|
|
# Date created: Feb 10, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= graphthing
|
2004-01-15 14:10:27 +01:00
|
|
|
PORTVERSION= 0.9.4
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2002-05-15 15:43:44 +02:00
|
|
|
CATEGORIES= math
|
2003-03-24 00:15:26 +01:00
|
|
|
MASTER_SITES= http://graph.seul.org/
|
2002-02-11 09:06:12 +01:00
|
|
|
|
2003-01-09 12:20:37 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A tool that allows you to create, manipulate and study graphs
|
2002-05-03 09:32:36 +02:00
|
|
|
|
2004-01-15 14:10:27 +01:00
|
|
|
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
|
2002-02-11 09:06:12 +01:00
|
|
|
|
2002-11-19 19:59:45 +01:00
|
|
|
USE_BISON= yes
|
2003-03-24 00:15:26 +01:00
|
|
|
USE_BZIP2= yes
|
2002-08-30 16:07:44 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-02-11 09:06:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2004-01-15 14:10:27 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,\/usr\/include\/gtk-1.2\/gdk\/gdkkeysyms.h,," \
|
|
|
|
${WRKSRC}/src/depend.1
|
2002-02-11 09:06:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|