1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/q-graph/Makefile
Mark Linimon 6de7fd2ac1 Deprecate lang/q, which does not compile with GCC 4.2. It is also a very
old version.  Also deprecate its dependencies.
2008-09-24 06:10:38 +00:00

36 lines
852 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
DEPRECATED= depends on deprecated port lang/q
EXPIRATION_DATE= 2008-12-24
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>