opnsense-ports/graphics/springgraph/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

32 lines
689 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= springgraph
PORTVERSION= 0.88
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.chaosreigns.com/code/springgraph/dl/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .pl
MAINTAINER= ports@FreeBSD.org
COMMENT= Render graph described in a .dot file
RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
CONFLICTS_INSTALL=signing-party-[0-9]*
PLIST_FILES= bin/springgraph
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= springgraph.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/springgraph.pl \
${STAGEDIR}${PREFIX}/bin/springgraph
.include <bsd.port.mk>