1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/math/graphthing/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

36 lines
738 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= graphthing
PORTVERSION= 1.3.2
PORTREVISION= 12
CATEGORIES= math
MASTER_SITES= http://graph.seul.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool that allows you to create, manipulate, and study graphs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= bison compiler:c++11-lang gmake tar:bzip2
USE_GNOME= gtk20
USE_WX= 2.8
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
LDFLAGS+= -lpthread
PLIST_FILES= bin/graphthing bin/gt
post-patch:
@${REINPLACE_CMD} -e \
's|@@CXX@|@CXX@|' ${WRKSRC}/src/GNUmakefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${STAGEDIR}${PREFIX}/bin
${LN} -sf graphthing ${STAGEDIR}${PREFIX}/bin/gt
.include <bsd.port.mk>