diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2013-01-14 07:17:13 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2013-01-14 07:17:13 +0000 |
commit | 3b850ce68d852965134102be1c43b7a5a26ba585 (patch) | |
tree | 3ecb9730c49dfc504daa6febce5bdd3c09b62d8c /misc | |
parent | 46e0e0f166c0d368ba8190596b2f72d25c5b5a70 (diff) | |
download | ports-3b850ce68d852965134102be1c43b7a5a26ba585.tar.gz ports-3b850ce68d852965134102be1c43b7a5a26ba585.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lv/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/misc/lv/Makefile b/misc/lv/Makefile index f92f4e1679a4..b71e5cc08a0b 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lv -# Date created: Fri Nov 6 09:06:33 PST 1998 -# Whom: sumikawa@FreeBSD.org -# +# Created by: sumikawa@FreeBSD.org # $FreeBSD$ -# PORTNAME= lv PORTVERSION= 4.51 @@ -15,13 +11,21 @@ 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 MAN1= lv.1 +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= DOCS + +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} (cd ${WRKDIR}/${DISTNAME}; \ ${INSTALL_DATA} *.html hello.sample* ${DOCSDIR}) |