mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Bump all consumers of ImageMagick ports after flavorizing them. Approved by: tcberner (mentor, implicit)
36 lines
795 B
Makefile
36 lines
795 B
Makefile
PORTNAME= glgraph
|
|
PORTVERSION= 0.2.6
|
|
PORTREVISION= 12
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://glgraph.kaosu.ch/downl/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenGL based function grapher
|
|
WWW= https://glgraph.kaosu.ch/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= p5-OpenGL>=0:graphics/p5-OpenGL
|
|
|
|
USES= magick:6,run perl5 shebangfix tar:bzip2
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= ${PORTNAME}
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/glgraph
|
|
PORTDOCS= documentation.html
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/glgraph ${STAGEDIR}${PREFIX}/bin
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/documentation.html ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|