mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
29 lines
493 B
Makefile
29 lines
493 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ttygif
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= olivier@FreeBSD.org
|
|
COMMENT= Converts a ttyrec file into animated gif
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= convert:graphics/ImageMagick
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= icholy
|
|
|
|
USES= gmake
|
|
|
|
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>
|