blob: 5eb3eb2244a0cf6bda276cb505d1a3c4c9805216 (
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
|
# New ports collection makefile for: q-graph
# Date created: 14 August 2003
# Whom: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef
#
# $FreeBSD$
#
PORTNAME= graph
PORTVERSION= 1.8
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/q-lang
PKGNAMEPREFIX= q-
MAINTAINER= gahr@FreeBSD.org
COMMENT= Q-Graph -- graph library and editor for the Q language
LIB_DEPENDS= q.8:${PORTSDIR}/lang/q
RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
DATADIR= ${PREFIX}/share/q
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|