freebsd-ports/graphics/ttygif/Makefile

27 lines
505 B
Makefile
Raw Normal View History

PORTNAME= ttygif
2017-06-19 15:42:21 +02:00
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>