2004-01-09 01:55:57 +01:00
|
|
|
# New ports collection makefile for: q-graph
|
|
|
|
# Date created: 14 August 2003
|
|
|
|
# Whom: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= graph
|
2009-04-11 21:22:25 +02:00
|
|
|
PORTVERSION= 1.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2004-01-09 01:55:57 +01:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/q-lang/${PORTNAME}/${PORTVERSION}
|
2004-01-09 01:55:57 +01:00
|
|
|
PKGNAMEPREFIX= q-
|
|
|
|
|
2009-04-11 21:22:25 +02:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2004-01-09 01:55:57 +01:00
|
|
|
COMMENT= Q-Graph -- graph library and editor for the Q language
|
|
|
|
|
2009-04-11 21:22:25 +02:00
|
|
|
LIB_DEPENDS= q.8:${PORTSDIR}/lang/q
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
|
2004-01-09 01:55:57 +01:00
|
|
|
|
|
|
|
DATADIR= ${PREFIX}/share/q
|
|
|
|
|
2009-04-11 21:22:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-09 01:55:57 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|