aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/q-graph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/q-graph/Makefile')
-rw-r--r--graphics/q-graph/Makefile23
1 files changed, 6 insertions, 17 deletions
diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile
index 5c6b347245fd..66de9ba516b9 100644
--- a/graphics/q-graph/Makefile
+++ b/graphics/q-graph/Makefile
@@ -6,30 +6,19 @@
#
PORTNAME= graph
-PORTVERSION= 1.5
-PORTREVISION= 1
+PORTVERSION= 1.8
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= q-lang
+MASTER_SITES= SF/q-lang
PKGNAMEPREFIX= q-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@FreeBSD.org
COMMENT= Q-Graph -- graph library and editor for the Q language
-RUN_DEPENDS= ${LOCALBASE}/bin/q:${PORTSDIR}/lang/q
-
-DEPRECATED= depends on deprecated port lang/q
-EXPIRATION_DATE= 2008-12-24
-
-USE_GNOME= gnometarget
-GNU_CONFIGURE= yes
+LIB_DEPENDS= q.8:${PORTSDIR}/lang/q
+RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
DATADIR= ${PREFIX}/share/q
-EXAMPLESDIR= ${PREFIX}/share/examples/q/graph
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
- ${GREP} -l "^examplesdir" | ${XARGS} ${REINPLACE_CMD} -e \
- "s;[(]pkgdatadir[)]/examples;(datadir)/examples/q;"
+GNU_CONFIGURE= yes
.include <bsd.port.mk>