aboutsummaryrefslogtreecommitdiff
path: root/x11/xtoolwait/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-06-03 19:14:37 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-06-03 19:14:37 +0000
commit76eacdaec388319dabb7fb77d90bd43be63081ba (patch)
tree60241ac4644486018aa45ec4f26ea953016b5797 /x11/xtoolwait/Makefile
parente37854ca6cbf26904f3f50ca6094bd2579cfb56b (diff)
downloadports-76eacdaec388319dabb7fb77d90bd43be63081ba.tar.gz
ports-76eacdaec388319dabb7fb77d90bd43be63081ba.zip
New port, xtoolwait:
Tool startup utility for X11 PR: 3734 Submitted by: jonny@mailhost.coppe.ufrj.br
Notes
Notes: svn path=/head/; revision=6701
Diffstat (limited to 'x11/xtoolwait/Makefile')
-rw-r--r--x11/xtoolwait/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile
new file mode 100644
index 000000000000..b39c32a88c2b
--- /dev/null
+++ b/x11/xtoolwait/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: xtoolwait
+# Date created: 31 May 1997
+# Whom: jonny
+#
+# $Id: Makefile,v 1.0 1997/5/31 19:30:00 jonny Exp $
+#
+
+DISTNAME= xtoolwait-1.1
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \
+ ftp://ftp.hacom.nl/pub/users/richard/
+
+USE_IMAKE= yes
+MAN1= xtoolwait.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>