1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11/xzoom/Makefile
2021-04-06 16:31:07 +02:00

20 lines
521 B
Makefile

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
PORTNAME= xzoom
PORTVERSION= 0.4
CATEGORIES= x11 accessibility
MASTER_SITES= http://www.linklevel.net/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Magnify, rotate, mirror the image on the X11 screen
USES= imake 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 <bsd.port.mk>