fd5ef174b9
and mandoc produce identical UTF-8 output, and mandoc's ASCII output is better.
22 lines
390 B
Makefile
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>
|