mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
02415c68f5
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
33 lines
529 B
Makefile
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>
|