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
|
2006-12-27 10:31:05 +01:00
|
|
|
PORTVERSION= 1.3.2
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 5
|
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
|
|
|
|
2005-11-12 19:19:32 +01:00
|
|
|
MAINTAINER= arved@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
|
|
|
|
2003-03-24 00:15:26 +01:00
|
|
|
USE_BZIP2= yes
|
2005-07-04 17:37:00 +02:00
|
|
|
USE_GNOME= gnometarget gtk20
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2004-03-01 19:12:58 +01:00
|
|
|
USE_GMAKE= yes
|
2006-12-01 08:39:02 +01:00
|
|
|
USE_WX= 2.6
|
|
|
|
WX_CONF_ARGS= absolute
|
2004-03-01 19:12:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-07-04 17:37:00 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2005-08-01 10:11:29 +02:00
|
|
|
MAKEFILE= GNUmakefile
|
2004-03-01 19:12:58 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/graphthing bin/gt
|
2004-01-15 14:10:27 +01:00
|
|
|
|
2005-07-04 17:37:00 +02:00
|
|
|
CPPFLAGS= ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS= ${PTHREAD_LIBS}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${PREFIX}/bin
|
|
|
|
${LN} -sf graphthing ${PREFIX}/bin/gt
|
2002-02-11 09:06:12 +01:00
|
|
|
|
2005-02-25 22:49:44 +01:00
|
|
|
.include <bsd.port.mk>
|