aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2013-01-14 15:17:13 +0800
committersumikawa <sumikawa@FreeBSD.org>2013-01-14 15:17:13 +0800
commit7a05efb715461919857c5ccfc5da290b5ccccb84 (patch)
tree3ecb9730c49dfc504daa6febce5bdd3c09b62d8c /misc
parente2f6accdd093b45a246a6910b728810193195faa (diff)
downloadfreebsd-ports-gnome-7a05efb715461919857c5ccfc5da290b5ccccb84.tar.gz
freebsd-ports-gnome-7a05efb715461919857c5ccfc5da290b5ccccb84.tar.zst
freebsd-ports-gnome-7a05efb715461919857c5ccfc5da290b5ccccb84.zip
- Add license information
- Adopt OptionsNG - Trim makefile header PR: ports/175275 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/lv/Makefile16
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})