openbsd-ports/x11/xzoom/Makefile

24 lines
460 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2007/09/15 20:04:29 merdely Exp $
1998-01-24 17:07:33 -05:00
COMMENT= magnify, rotate, mirror the image on the X11 screen
1998-01-24 17:07:33 -05:00
DISTNAME= xzoom-0.3
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
2002-05-15 14:05:18 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/X/}
1998-01-24 17:07:33 -05:00
EXTRACT_SUFX= .tgz
# custom
PERMIT_PACKAGE_CDROM= may not sell
2000-03-23 17:44:35 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= may not sell
2000-03-23 17:44:35 -05:00
PERMIT_DISTFILES_FTP= Yes
2004-12-17 10:03:17 -05:00
WANTLIB= X11 Xext c
2000-03-23 17:44:35 -05:00
2001-07-09 13:10:49 -04:00
USE_X11= Yes
CONFIGURE_STYLE= imake
1998-01-24 17:07:33 -05:00
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
1998-01-24 17:07:33 -05:00
.include <bsd.port.mk>