1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/misc/lv/Makefile
Munechika SUMIKAWA e7249203a3 - install binary with root:wheel
- install HTML documents
- remove pkg-comment

Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2003-03-02 21:14:24 +00:00

31 lines
613 B
Makefile

# New ports collection makefile for: lv
# Date created: Fri Nov 6 09:06:33 PST 1998
# Whom: sumikawa@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= lv
PORTVERSION= 4.49.4
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/
DISTNAME= lv4494
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= Powerful Multilingual File Viewer
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
MAN1= lv.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
(cd ${WRKDIR}/${DISTNAME}; \
${INSTALL_DATA} *.html hello.sample* ${DOCSDIR})
.endif
.include <bsd.port.mk>