freebsd-ports/math/graphthing/Makefile

41 lines
818 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: GraphThing
# Date created: Feb 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= graphthing
2006-12-27 10:31:05 +01:00
PORTVERSION= 1.3.2
PORTREVISION= 6
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= arved@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A tool that allows you to create, manipulate and study graphs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
2003-03-24 00:15:26 +01:00
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
2004-01-15 14:10:27 +01:00
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>