blob: c222d0301ec39e6e50ac71e7c61d59cf4ed9c0c5 (
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
25
26
27
|
# New ports collection makefile for: xtrap
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $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>
|