33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# New ports collection makefile for: xzoom
|
|
# Date created: 30 June 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xzoom
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11 accessibility
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= libs/X
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Magnify, rotate, mirror the image on the X screen
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MAN1= xzoom.1
|
|
PLIST_FILES= bin/xzoom
|
|
|
|
.include <bsd.port.mk>
|