forked from Lainports/freebsd-ports
While here fix some consistency in PEAR options name bumped revision of net/icpld and net/ipsumdump because IPV6 is now on Approved by: miwi (maintainer)
30 lines
811 B
Makefile
30 lines
811 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FSM
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR Finite State Machine
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
FILES= FSM.php FSM/GraphViz.php
|
|
DOCS= guide.txt graphviz.png
|
|
TESTS= addTransitionsArray.phpt transitions.phpt graphviz.phpt
|
|
EXAMPLES= rpn.php graphviz.php
|
|
|
|
LATEST_LINK= pear-${PORTNAME}
|
|
OPTIONS_DEFINE= PEAR_GRAPGHVIZ
|
|
PEAR_GRAPGHVIZ_DESC= PEAR::GraphViz support
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MPEAR_GRAPHVIZ}
|
|
RUN_DEPENDS+= ${PEARDIR}/GraphViz.php:${PORTSDIR}/graphics/pear-Image_GraphViz
|
|
.endif
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.mk>
|