freebsd-ports/math/graphthing/Makefile

32 lines
620 B
Makefile
Raw Normal View History

# 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
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/
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
2004-01-15 14:10:27 +01:00
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
USE_BISON= yes
2003-03-24 00:15:26 +01:00
USE_BZIP2= yes
USE_GNOME= gtk12
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
.include <bsd.port.mk>