freebsd-ports/x11/lupe/Makefile

30 lines
601 B
Makefile
Raw Normal View History

# New ports collection makefile for: lupe
# Date created: 4 February 1998
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
1997-01-13 10:21:13 +01:00
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
1997-01-13 10:21:13 +01:00
#
2000-04-13 21:19:05 +02:00
PORTNAME= lupe
2001-02-05 17:18:54 +01:00
PORTVERSION= 0.08
PORTREVISION= 1
CATEGORIES= x11 accessibility
1999-08-28 08:07:52 +02:00
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
2000-04-13 21:19:05 +02:00
DISTNAME= lupe008
MAINTAINER= kazu@jp.freebsd.org
2003-02-21 15:08:24 +01:00
COMMENT= Real-time magnifying glass for X11
1997-01-13 12:31:25 +01:00
WRKSRC= ${WRKDIR}/lupe
USE_IMAKE= yes
XMKMF= xmkmf
MAN1= lupe.1
1998-11-17 17:45:07 +01:00
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/lupe
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${PREFIX}/share/doc/lupe
.endif
.include <bsd.port.mk>