mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
33 lines
637 B
Makefile
33 lines
637 B
Makefile
# Created by: sumikawa@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lv
|
|
PORTVERSION= 4.51
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/
|
|
DISTNAME= lv451
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
|
COMMENT= Powerful Multilingual File Viewer
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/../GPL.txt
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_DEFAULT= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
(cd ${WRKDIR}/${DISTNAME}; \
|
|
${INSTALL_DATA} *.html hello.sample* ${STAGEDIR}${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|