freebsd-ports/graphics/springgraph/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

32 lines
677 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: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>