freebsd-ports/math/graphthing/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

37 lines
769 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= graphthing
PORTVERSION= 1.3.2
PORTREVISION= 10
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
USE_GNOME= gtk20
USES= bison gmake tar:bzip2
USE_WX= 2.8
WX_UNICODE= yes
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
PLIST_FILES= bin/graphthing bin/gt
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
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>