Use hand-rolled distfile instead of patch set. Tweak DESCR while here. Tweaks, comments and OK naddy@
19 lines
324 B
Makefile
19 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.21 2020/07/13 05:05:00 kirby Exp $
|
|
|
|
COMMENT= magnify, rotate, mirror the image on the X11 screen
|
|
|
|
DISTNAME= xzoom-0.4
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://www.linklevel.net/distfiles/
|
|
|
|
# custom
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= X11 Xext c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|