openbsd-ports/x11/xzoom/Makefile
2010-10-24 20:58:58 +00:00

24 lines
464 B
Makefile

# $OpenBSD: Makefile,v 1.16 2010/10/24 21:15:37 ajacoutot Exp $
COMMENT= magnify, rotate, mirror the image on the X11 screen
DISTNAME= xzoom-0.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/X/}
EXTRACT_SUFX= .tgz
# custom
PERMIT_PACKAGE_CDROM= may not sell
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= may not sell
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c
USE_GROFF = Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
.include <bsd.port.mk>