# New ports collection makefile for:	lupe
# Version required:	0.08
# Date created:		4 February 1998
# Whom:			FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
#
# $FreeBSD: ports/x11/lupe/Makefile,v 1.9 1999/08/31 02:50:34 peter Exp $
#

DISTNAME=	lupe008
PKGNAME=	lupe-0.08
CATEGORIES=	x11
MASTER_SITES=	http://www.oersted.co.jp/~yav/soft/

MAINTAINER=	kazu@jp.freebsd.org

WRKSRC=		${WRKDIR}/lupe
USE_IMAKE=	yes
XMKMF=		xmkmf
MAN1=		lupe.1

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/lupe
	${INSTALL_MAN} ${WRKSRC}/lupe.doc ${PREFIX}/share/doc/lupe
.endif

.include <bsd.port.mk>
