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