freebsd-ports/graphics/ttygif/Makefile
Felix Palmen a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00

26 lines
505 B
Makefile

PORTNAME= ttygif
PORTVERSION= 1.4.0
PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= olivier@FreeBSD.org
COMMENT= Converts a ttyrec file into animated gif
WWW= https://github.com/icholy/ttygif
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= icholy
USES= gmake magick:6,run
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>