1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/seq2gif/Makefile
Mathieu Arnold 02415c68f5 Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 15:17:32 +00:00

33 lines
529 B
Makefile

# $FreeBSD$
PORTNAME= seq2gif
PORTVERSION= 0.10.4
DISTVERSIONPREFIX= v
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
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>