blob: ee14e2e46d70b95212cc0e3ec504b2a468767f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
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
MAN1= xzoom.1
PLIST_FILES= bin/xzoom
.include <bsd.port.mk>
|