mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
6de7fd2ac1
old version. Also deprecate its dependencies.
36 lines
852 B
Makefile
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>
|