blob: ee6e763a3a8223d6c2089703c18e8a6ca14f3401 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: sumikawa@FreeBSD.org
# $FreeBSD$
PORTNAME= lv
PORTVERSION= 4.51
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= misc
MAINTAINER= sue@iwmt.org
COMMENT= Powerful Multilingual File Viewer
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../GPL.txt
USE_GITHUB= yes
GH_ACCOUNT= ttdoda
USES= ncurses
WRKSRC_SUBDIR= src
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \
${INSTALL_DATA} *.html hello.sample* ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>
|