1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/math/pear-Structures_Graph/Makefile
Mark Linimon 17ff760342 Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
2006-09-23 00:23:36 +00:00

30 lines
786 B
Makefile

# Ports collection makefile for: pear-Structures_Graph
# Date created: 09 March 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Structures_Graph
PORTVERSION= 1.0.1
CATEGORIES= math devel pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR graph datastructure manipulation library
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Structures
FILES= Graph/Manipulator/TopologicalSorter.php \
Graph/Manipulator/AcyclicTest.php Graph/Node.php Graph.php
DOCS= Structures_Graph.pkg
_DOCSDIR= docs/tutorials/Structures_Graph
post-extract:
@${MV} ${WRKSRC}/Structures/* ${WRKSRC}/
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>