blob: 8b3f4d81d0956094d848c80540d1654dc306e1e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|