24 lines
460 B
Makefile
24 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.14 2007/09/15 20:04:29 merdely 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_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|