summaryrefslogtreecommitdiff
path: root/x11/xtacy/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-25 19:02:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-25 19:02:59 +0000
commit31eb6e0e0ced11231cd22b1d6e20b34f84d0d941 (patch)
tree5aef1db8202153b65e3fc73d1c2301c829ac465e /x11/xtacy/Makefile
parentMake Samba follow the freebsd /usr/local directory hierarchy properly. (diff)
"X11 trippy color-cycling toy"
Submitted by: Matthew Stein <matt@bdd.net>
Notes
Notes: svn path=/head/; revision=3430
Diffstat (limited to 'x11/xtacy/Makefile')
-rw-r--r--x11/xtacy/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile
new file mode 100644
index 000000000000..ab83e72fee9a
--- /dev/null
+++ b/x11/xtacy/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xtacy
+# Version required: 1.13
+# Date created: 25 July 1996
+# Whom: matt@bdd.net
+#
+# $Id$
+#
+
+DISTNAME= Xtacy113
+PKGNAME= xtacy-1.13
+CATEGORIES+= x11
+MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \
+ ftp://sunsite.unc.edu/pub/Linux/X11/toys/ \
+ ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/X11/toys/
+
+MAINTAINER= matt@bdd.net
+
+USE_X11= yes
+WRKSRC= ${WRKDIR}/Xtacy
+ALL_TARGET= xtacy
+
+.include <bsd.port.mk>