1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/graphics/seq2gif/Makefile
John Marino 681931cafa graphics/seq2gif: upgrade version 0.10.3.20140802 => 0.10.4
PR:		196757
Submitted by:	maintainer (IWAMOTO Kouichi)
2015-01-20 22:52:00 +00:00

35 lines
581 B
Makefile

# $FreeBSD$
PORTNAME= seq2gif
PORTVERSION= 0.10.4
CATEGORIES= graphics
MAINTAINER= sue@iwmt.org
COMMENT= Convert a ttyrec record into a gif animation directly
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= saitoha
#GH_TAGNAME= v${PORTVERSION}
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 798a2fe
USE_LDCONFIG= yes
USES= libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PORTDOCS= README.md
PLIST_FILES= bin/seq2gif
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>