1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/x11/dynamag/Makefile
Edwin Groothuis 62a8ba9cf4 new virtual category requested: accessibility
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>
2003-10-04 01:34:47 +00:00

27 lines
576 B
Makefile

# New ports collection makefile for: dynamag
# Date created: 2000-09-22
# Whom: Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#
PORTNAME= dynamag
PORTVERSION= 1.1
CATEGORIES= x11 accessibility
MASTER_SITES= ftp://trace.wisc.edu/pub/access_utils/unix/
DISTNAME= unwindows
EXTRACT_SUFX= .tar.Z
MAINTAINER= trevor@FreeBSD.org
COMMENT= Magnifying utility which updates continuously
ALL_TARGET= dynamag
NO_INSTALL_MANPAGES= yes
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dynamag ${PREFIX}/bin
.include <bsd.port.mk>