dc9185c79e
- Add support of compressed file by zstd(1) The maintainer has applied the patch from the submitter to upstream. And then update this port to the upstream snapshot. PR: 248267 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (initial revision) Reviewed by: meta (myself) Approved by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer, upstream developer)
32 lines
566 B
Makefile
32 lines
566 B
Makefile
# Created by: sumikawa@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lv
|
|
PORTVERSION= 4.51.20200728
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= sue@iwmt.org
|
|
COMMENT= Powerful Multilingual File Viewer
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/../GPL.txt
|
|
|
|
USES= ncurses
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ttdoda
|
|
GH_TAGNAME= f7ba677
|
|
|
|
WRKSRC_SUBDIR= src
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
(cd ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}; \
|
|
${INSTALL_DATA} *.html hello.sample* ${STAGEDIR}${DOCSDIR})
|
|
|
|
.include <bsd.port.mk>
|