summaryrefslogtreecommitdiff
path: root/x11/xtestpicture/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-03-11 23:36:35 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-03-11 23:36:35 +0000
commitd93f9ffd28d7d0de164216b362437a6145d2cd97 (patch)
treefd8415f566fd31efd4a6d4ac57bc0beeb16e25b4 /x11/xtestpicture/Makefile
parentActivate xblast. (diff)
xtestpicture creates a simple monitor test pattern, resembling a TV
test picture.
Notes
Notes: svn path=/head/; revision=5944
Diffstat (limited to 'x11/xtestpicture/Makefile')
-rw-r--r--x11/xtestpicture/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile
new file mode 100644
index 000000000000..98f5486460f9
--- /dev/null
+++ b/x11/xtestpicture/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: xtestpicture
+# Version required: 1.1
+# Date created: 11 March 1997
+# Whom: joerg
+#
+# $Id$
+#
+
+DISTNAME= xtestpicture-1.1
+CATEGORIES= x11
+MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
+
+MAINTAINER= joerg@FreeBSD.org
+
+USE_IMAKE= yes
+
+.include <bsd.port.mk>