freebsd-ports/x11/lupe/Makefile

30 lines
577 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
PORTVERSION= 0.08c
CATEGORIES= x11 accessibility
1999-08-28 08:07:52 +02:00
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
DISTNAME= lupe008c
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
USE_XORG= x11 xext
XMKMF= xmkmf
MAN1= lupe.1
1998-11-17 17:45:07 +01:00
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${DOCSDIR}
1998-11-17 17:45:07 +01:00
.endif
.include <bsd.port.mk>