1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/graphics/seq2gif/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

35 lines
551 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
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>