62a8ba9cf4
This category, to be described as "of interest to disabled users" is intended to make it simpler for users to find software which will let them overcome a handicap. For example, blind users may want to combine OCR and text-to-speech software so the computer can read books to them; users with diminished eyesight can use large fonts and "magnifiers"; paralyzed users may use speech recognition to compose text or give commands. PR: ports/39103 Submitted by: Trevor Johnson <trevor@jpj.net>
29 lines
585 B
Makefile
29 lines
585 B
Makefile
# New ports collection makefile for: lupe
|
|
# Date created: 4 February 1998
|
|
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lupe
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= x11 accessibility
|
|
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
|
|
DISTNAME= lupe008
|
|
|
|
MAINTAINER= kazu@jp.freebsd.org
|
|
COMMENT= Real-time magnifying glass for X11
|
|
|
|
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>
|