openbsd-ports/x11/xzoom/Makefile
naddy fd5ef174b9 Drop USE_GROFF: apart from trivial page footer differences, groff
and mandoc produce identical UTF-8 output, and mandoc's ASCII output
is better.
2015-01-22 22:58:17 +00:00

22 lines
390 B
Makefile

# $OpenBSD: Makefile,v 1.19 2015/01/22 22:58:18 naddy Exp $
COMMENT= magnify, rotate, mirror the image on the X11 screen
DISTNAME= xzoom-0.3
REVISION= 0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/X/}
EXTRACT_SUFX= .tgz
# custom
PERMIT_PACKAGE_CDROM= may not sell
PERMIT_PACKAGE_FTP= Yes
WANTLIB= X11 Xext c
CONFIGURE_STYLE= imake
NO_TEST= Yes
.include <bsd.port.mk>