aboutsummaryrefslogtreecommitdiff
path: root/x11/xmag/Makefile
blob: f18f57cf60b0a7768f55c48d1b7a37f2884aa304 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	xmag
PORTVERSION=	1.0.5
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X application for screen magnifying

LICENSE=	MIT

XORG_CAT=	app
USE_XORG=	xt xaw

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros

MAN1=		xmag.1

.include <bsd.port.mk>