freebsd-ports/math/graphthing/Makefile

36 lines
744 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= graphthing
2006-12-27 10:31:05 +01:00
PORTVERSION= 1.3.2
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/
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 gnome 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>