mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
626e2b6d8a
the version to 0.4. Finally switch to a tarball that incorporates those changes and stop carrying them along as a patch set.
21 lines
533 B
Makefile
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>
|