mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
`Emi Clock' is a hyper animated face analog clock with pretty
characters. Click the left button to display the menu. Submitted by: Masayuki Koba <nobu@psrc.isac.co.jp>
This commit is contained in:
parent
58d20f42d2
commit
f08730ef78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1130
5 changed files with 50 additions and 0 deletions
25
x11-clocks/emiclock/Makefile
Normal file
25
x11-clocks/emiclock/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# New ports collection makefile for: EmiClock
|
||||||
|
# Version required: 1.0.2
|
||||||
|
# Date created: 15 March 1995
|
||||||
|
# Whom: Nobuhiro Yasutomi
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
DISTNAME= EmiClock-1.0.2
|
||||||
|
MASTER_SITES= ftp://theta.iis.u-tokyo.ac.jp/pub1/X/contrib/applications/
|
||||||
|
USE_IMAKE= yes
|
||||||
|
PKGNAME= emiclock-1.0.2
|
||||||
|
|
||||||
|
LANGRES= resources/R6/EUC/EmiClock.ad
|
||||||
|
LANGDIR= $(X11BASE)/lib/X11/ja_JP.EUC/app-defaults
|
||||||
|
EMICLOCKDIR= $(X11BASE)/lib/X11/EmiClock
|
||||||
|
COPYRIGHTS= COPYRIGHT COPYRIGHT.E
|
||||||
|
|
||||||
|
pre-install:
|
||||||
|
@if [ ! -d $(EMICLOCKDIR) ] ; then mkdir -p $(EMICLOCKDIR); fi
|
||||||
|
@if [ ! -d $(LANGDIR) ] ; then mkdir -p $(LANGDIR); fi
|
||||||
|
cd $(WRKSRC); install -c -m 0444 $(LANGRES) $(LANGDIR)/EmiClock
|
||||||
|
cd $(WRKSRC); install -c -m 0444 $(COPYRIGHTS) $(EMICLOCKDIR)
|
||||||
|
# cd $(WRKSRC); make install.man
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
11
x11-clocks/emiclock/files/patch-aa
Normal file
11
x11-clocks/emiclock/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- config.h~ Thu Jun 30 16:34:57 1994
|
||||||
|
+++ config.h Wed Mar 15 10:52:12 1995
|
||||||
|
@@ -51,7 +51,7 @@
|
||||||
|
* $B%5%&%s%I4X78$N@_Dj(B
|
||||||
|
*/
|
||||||
|
|
||||||
|
-#undef USE_SOUND /* $B%5%&%s%I$r;H$&!)(B */
|
||||||
|
+#define USE_SOUND /* $B%5%&%s%I$r;H$&!)(B */
|
||||||
|
|
||||||
|
/* #define EmiClockLib /usr/local/lib/X11/EmiClock */
|
||||||
|
/* $(LIBDIR)/EmiClock $B0J30$N>l=j$K%5%&%s%I%U%!%$%k$r%$%s%9%H!<%k(B */
|
1
x11-clocks/emiclock/pkg-comment
Normal file
1
x11-clocks/emiclock/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Emi Clock 1.0.2 - hyper animated face analog clock for X11
|
5
x11-clocks/emiclock/pkg-descr
Normal file
5
x11-clocks/emiclock/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
`Emi Clock' is a hyper animated face analog clock with pretty
|
||||||
|
characters. Click the left button to display the menu.
|
||||||
|
|
||||||
|
Copyright (c) 1994 Masayuki Koba.
|
||||||
|
Copyright (c) 1994 Motosoft (ORIGINAL).
|
8
x11-clocks/emiclock/pkg-plist
Normal file
8
x11-clocks/emiclock/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
@cwd /usr/X386
|
||||||
|
bin/emiclock
|
||||||
|
lib/X11/app-defaults/EmiClock
|
||||||
|
lib/X11/ja_JP.EUC/app-defaults/EmiClock
|
||||||
|
lib/X11/EmiClock/myu.au
|
||||||
|
lib/X11/EmiClock/COPYRIGHT
|
||||||
|
lib/X11/EmiClock/COPYRIGHT.E
|
||||||
|
man/man1/emiclock.1.gz
|
Loading…
Add table
Reference in a new issue