mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# Created by: trevor
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dynamag
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11 accessibility
|
|
MASTER_SITES= ftp://trace.wisc.edu/pub/access_utils/unix/
|
|
DISTNAME= unwindows
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Magnifying utility which updates continuously
|
|
|
|
ALL_TARGET= dynamag
|
|
PLIST_FILES= bin/dynamag
|
|
USES= imake tar:Z
|
|
USE_XORG= x11 xaw xext xmu xt xpm sm ice
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dynamag ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|