aboutsummaryrefslogtreecommitdiff
path: root/math/graphthing/Makefile
blob: 32e3910778ced68a920621593371c66b1487e8fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PORTNAME=	graphthing
PORTVERSION=	1.3.2
PORTREVISION=	13
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 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>