19 lines
324 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2020/07/13 05:05:00 kirby Exp $
1998-01-24 22:07:33 +00:00
COMMENT= magnify, rotate, mirror the image on the X11 screen
DISTNAME= xzoom-0.4
1998-01-24 22:07:33 +00:00
CATEGORIES= x11
2002-10-29 19:48:57 +00:00
MASTER_SITES= http://www.linklevel.net/distfiles/
1998-01-24 22:07:33 +00:00
# custom
PERMIT_PACKAGE= Yes
2004-12-17 15:03:17 +00:00
WANTLIB= X11 Xext c
2000-03-23 22:44:35 +00:00
CONFIGURE_STYLE= imake
1998-01-24 22:07:33 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-29 19:48:57 +00:00
1998-01-24 22:07:33 +00:00
.include <bsd.port.mk>