1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/q-graph/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
776 B
Makefile

# 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.5
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= q-lang
PKGNAMEPREFIX= q-
MAINTAINER= ports@FreeBSD.org
COMMENT= Q-Graph -- graph library and editor for the Q language
RUN_DEPENDS= ${LOCALBASE}/bin/q:${PORTSDIR}/lang/q
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
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;"
.include <bsd.port.mk>