1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11/dynamag/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

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>