* Update dependency from old ImageMagick-6 to current * Various minor changes to make portlint happy * Submitter becomes maintainer (already maintainer of sysutils/modules) PR: 276266 Reported by: laurent.chardon@gmail.com
25 lines
486 B
Makefile
25 lines
486 B
Makefile
PORTNAME= img2xterm
|
|
PORTVERSION= 1.0.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 5
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= laurent.chardon@gmail.com
|
|
COMMENT= Display images on 256 color xterms
|
|
WWW= https://github.com/kfei/img2xterm
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake magick ncurses
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kfei
|
|
PLIST_FILES= bin/img2xterm
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/img2xterm ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|