aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xtrap/Makefile
blob: ad3c507883d863d56a9f68408480746c216cb025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   xtrap
PORTVERSION=    1.0.2
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    XTrap sample clients for X

XORG_CAT=   app
USE_XORG=   xtrap

MAN1=       xtrap.1 \
        xtrapchar.1 \
        xtrapin.1 \
        xtrapinfo.1 \
        xtrapout.1 \
        xtrapproto.1 \
        xtrapreset.1 \
        xtrapstats.1

.include <bsd.port.mk>