aboutsummaryrefslogtreecommitdiff
path: root/x11/xtrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xtrap/Makefile')
-rw-r--r--x11/xtrap/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/xtrap/Makefile b/x11/xtrap/Makefile
new file mode 100644
index 000000000000..c222d0301ec3
--- /dev/null
+++ b/x11/xtrap/Makefile
@@ -0,0 +1,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>