summaryrefslogtreecommitdiff
path: root/net/xipmsg/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-06-11 20:49:41 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-06-11 20:49:41 +0000
commit51078284ba9741d2c2f4239aa4a203961a550627 (patch)
tree15c2513c60d976039caa361c1217311e94b853cb /net/xipmsg/Makefile
parentChange "all:" to "all::" to make XFree86-3.3 imake config scripts happy. (diff)
New port, xipmsg:
A popup style message communication tool for X11 PR: 3823 Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp>
Notes
Notes: svn path=/head/; revision=6870
Diffstat (limited to 'net/xipmsg/Makefile')
-rw-r--r--net/xipmsg/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/xipmsg/Makefile b/net/xipmsg/Makefile
new file mode 100644
index 000000000000..5acc0b861c27
--- /dev/null
+++ b/net/xipmsg/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xipmsg
+# Version required: 0.8087
+# Date created: 29 May 1997
+# Whom: candy@fct.kgc.co.jp
+#
+# $Id$
+#
+
+DISTNAME= xipmsg-8087
+PKGNAME= xipmsg-0.8087
+CATEGORIES= net
+MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xipmsg/
+
+MAINTAINER= candy@fct.kgc.co.jp
+
+USE_IMAKE= yes
+MAN1= xipmsg.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>