summaryrefslogtreecommitdiff
path: root/x11-clocks/mouseclock/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-09-09 08:31:07 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-09-09 08:31:07 +0000
commitdd24ff7f4c71d1f45e97d170bf7b1bd2f84c3395 (patch)
treebeaa8df4504674849d1cfa6dc8f448ec220e8cce /x11-clocks/mouseclock/Makefile
parentUpgrade to Website META Language (WML), Version 1.2.2 (diff)
Import of mouseclock port. mouseclock displays the current
time using the X root cursor. PR: 4392 Submitted by: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
Notes
Notes: svn path=/head/; revision=7829
Diffstat (limited to 'x11-clocks/mouseclock/Makefile')
-rw-r--r--x11-clocks/mouseclock/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile
new file mode 100644
index 000000000000..d577734136fd
--- /dev/null
+++ b/x11-clocks/mouseclock/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: mouseclock
+# Version required: 1.0
+# Date created: 26 August 1997
+# Whom: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= mouseclock-1.0
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.csce.kyushu-u.ac.jp/pub/Linux/sunsite/X11/clocks/
+
+MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp
+
+USE_GMAKE= yes
+USE_IMAKE= yes
+XMKMF= xmkmf
+NO_INSTALL_MANPAGES= yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/mouseclock
+ @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mouseclock
+.endif
+
+.include <bsd.port.mk>