2013-03-08 12:32:11 +01:00
|
|
|
# Created by: ijliao
|
2002-02-11 09:06:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= graphthing
|
2006-12-27 10:31:05 +01:00
|
|
|
PORTVERSION= 1.3.2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 13
|
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
|
|
|
|
2012-02-13 11:42:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Tool that allows you to create, manipulate, and study graphs
|
2002-05-03 09:32:36 +02:00
|
|
|
|
2010-05-30 19:39:07 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2019-11-08 15:11:45 +01:00
|
|
|
USES= bison compiler:c++11-lang gmake gnome tar:bzip2
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gtk20
|
2014-03-24 18:16:56 +01:00
|
|
|
USE_WX= 2.8
|
2006-12-01 08:39:02 +01:00
|
|
|
WX_CONF_ARGS= absolute
|
2004-03-01 19:12:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-08-01 10:11:29 +02:00
|
|
|
MAKEFILE= GNUmakefile
|
2004-03-01 19:12:58 +01:00
|
|
|
|
2015-03-25 08:37:15 +01:00
|
|
|
LDFLAGS+= -lpthread
|
2005-07-04 17:37:00 +02:00
|
|
|
|
2016-08-16 10:32:15 +02:00
|
|
|
PLIST_FILES= bin/graphthing bin/gt
|
|
|
|
|
2012-03-24 17:44:25 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|@@CXX@|@CXX@|' ${WRKSRC}/src/GNUmakefile.in
|
|
|
|
|
2005-07-04 17:37:00 +02:00
|
|
|
do-install:
|
2014-02-16 20:12:22 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${LN} -sf graphthing ${STAGEDIR}${PREFIX}/bin/gt
|
2002-02-11 09:06:12 +01:00
|
|
|
|
2005-02-25 22:49:44 +01:00
|
|
|
.include <bsd.port.mk>
|