diff options
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 26 | ||||
-rw-r--r-- | x11-clocks/mouseclock/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/mouseclock/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/mouseclock/pkg-descr | 7 | ||||
-rw-r--r-- | x11-clocks/mouseclock/pkg-plist | 3 |
5 files changed, 38 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> diff --git a/x11-clocks/mouseclock/distinfo b/x11-clocks/mouseclock/distinfo new file mode 100644 index 000000000000..f866809269e0 --- /dev/null +++ b/x11-clocks/mouseclock/distinfo @@ -0,0 +1 @@ +MD5 (mouseclock-1.0.tar.gz) = d0d59ea3ffd019d29296f18e1935af5c diff --git a/x11-clocks/mouseclock/pkg-comment b/x11-clocks/mouseclock/pkg-comment new file mode 100644 index 000000000000..51df8f7f14ca --- /dev/null +++ b/x11-clocks/mouseclock/pkg-comment @@ -0,0 +1 @@ +display the current time using the X root cursor diff --git a/x11-clocks/mouseclock/pkg-descr b/x11-clocks/mouseclock/pkg-descr new file mode 100644 index 000000000000..9c38e670ab0d --- /dev/null +++ b/x11-clocks/mouseclock/pkg-descr @@ -0,0 +1,7 @@ +Mouseclock is a little program to display the current time using +the X root cursor. + +See README for details. + +Orignal mouseclock written by santini@chambord.univ-orleans.fr. +This port is done by furusawa@com.cs.osakafu-u.ac.jp. diff --git a/x11-clocks/mouseclock/pkg-plist b/x11-clocks/mouseclock/pkg-plist new file mode 100644 index 000000000000..236f146dc014 --- /dev/null +++ b/x11-clocks/mouseclock/pkg-plist @@ -0,0 +1,3 @@ +bin/mouseclock +share/doc/mouseclock/README +@dirrm share/doc/mouseclock |