aboutsummaryrefslogtreecommitdiffstats
path: root/math/graphthing/Makefile
blob: ad914a48634efa1c15ea45b7f67e9182cee6b29c (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
33
34
35
36
37
38
39
40
# ex:ts=8
# Ports collection makefile for:    GraphThing
# Date created:         Feb 10, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   graphthing
PORTVERSION=    1.3.2
PORTREVISION=   6
CATEGORIES= math
MASTER_SITES=   http://graph.seul.org/

MAINTAINER= arved@FreeBSD.org
COMMENT=    A tool that allows you to create, manipulate and study graphs

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_BZIP2=  yes
USE_GNOME=  gnometarget gtk20
USE_BISON=  build
USE_GMAKE=  yes
USE_WX=     2.6
WX_CONF_ARGS=   absolute
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKEFILE=   GNUmakefile

PLIST_FILES=    bin/graphthing bin/gt

CPPFLAGS=   ${PTHREAD_CFLAGS}
LDFLAGS=    ${PTHREAD_LIBS}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${PREFIX}/bin
    ${LN} -sf graphthing ${PREFIX}/bin/gt

.include <bsd.port.mk>