freebsd-ports/misc/lv/Makefile

31 lines
610 B
Makefile
Raw Normal View History

1998-11-24 05:49:21 +01:00
# New ports collection makefile for: lv
# Date created: Fri Nov 6 09:06:33 PST 1998
# Whom: sumikawa@FreeBSD.org
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= lv
2004-01-16 14:21:11 +01:00
PORTVERSION= 4.51
2012-09-14 07:04:30 +02:00
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/
2004-01-16 14:21:11 +01:00
DISTNAME= lv451
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>