freebsd-ports/graphics/springgraph/Makefile
Stefan Eßer 5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00

31 lines
658 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
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>