# Created by: Yukihiro Nakai PORTNAME= xzoom PORTVERSION= 0.3 CATEGORIES= x11 accessibility MASTER_SITES= SUNSITE/libs/X MAINTAINER= ports@MidnightBSD.org COMMENT= Magnify, rotate, mirror the image on the X screen LICENSE= other USES= imake tar:tgz xorg USE_XORG= x11 xext PLIST_FILES= bin/xzoom man/man1/xzoom.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xzoom ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xzoom.man ${STAGEDIR}${MAN1PREFIX}/man/man1/xzoom.1 .include