1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/xzoom/Makefile
Christian Weisgerber 626e2b6d8a In 1998, Markus Oberhumer greatly extended this program and bumped
the version to 0.4.  Finally switch to a tarball that incorporates
those changes and stop carrying them along as a patch set.
2020-07-13 15:21:51 +00:00

21 lines
533 B
Makefile

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
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>