1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/graphics/springgraph/Makefile
2021-04-06 16:31:07 +02:00

32 lines
665 B
Makefile

# Created by: ijliao
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:graphics/p5-GD
CONFLICTS_INSTALL=signing-party-[0-9]*
PLIST_FILES= bin/springgraph
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKSRC}
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>