mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
278db4720b
- Lv's master site was gone because ISP was terminated the service. Submittter contacted the lv's author, he says "I can't create a new site so busy". So submitter uploaded lv's source code to GitHub. - Attached diff that changes MAINTAINER address and MASTER_SITES point to GitHub, some related changes also included. - patches re-generated patch by "make makepatch". - submitter becomes maintainer PR: 210067 Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
31 lines
553 B
Makefile
31 lines
553 B
Makefile
# 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>
|