diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-09 08:31:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-09 08:31:07 +0000 |
commit | dd24ff7f4c71d1f45e97d170bf7b1bd2f84c3395 (patch) | |
tree | beaa8df4504674849d1cfa6dc8f448ec220e8cce /x11-clocks | |
parent | 75046e0fa9e8f9ef1ffba438f8421f0baaff0e8a (diff) | |
download | ports-dd24ff7f4c71d1f45e97d170bf7b1bd2f84c3395.tar.gz ports-dd24ff7f4c71d1f45e97d170bf7b1bd2f84c3395.zip |
Notes
Diffstat (limited to 'x11-clocks')
-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 |