diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-15 07:03:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-15 07:03:49 +0000 |
commit | f08730ef78fefb5dc35af8f2d0f1b1e21b1824d6 (patch) | |
tree | 44a8695a2bac71f5f9318728e7cbe053bfe738e3 /x11-clocks/emiclock | |
parent | 58d20f42d2ced476b59071a2e38e69dab2110cf1 (diff) | |
download | ports-f08730ef78fefb5dc35af8f2d0f1b1e21b1824d6.tar.gz ports-f08730ef78fefb5dc35af8f2d0f1b1e21b1824d6.zip |
Notes
Diffstat (limited to 'x11-clocks/emiclock')
-rw-r--r-- | x11-clocks/emiclock/Makefile | 25 | ||||
-rw-r--r-- | x11-clocks/emiclock/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-clocks/emiclock/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/emiclock/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/emiclock/pkg-plist | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/x11-clocks/emiclock/Makefile b/x11-clocks/emiclock/Makefile new file mode 100644 index 000000000000..84e5601a3ac8 --- /dev/null +++ b/x11-clocks/emiclock/Makefile @@ -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> diff --git a/x11-clocks/emiclock/files/patch-aa b/x11-clocks/emiclock/files/patch-aa new file mode 100644 index 000000000000..90e054dbd281 --- /dev/null +++ b/x11-clocks/emiclock/files/patch-aa @@ -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 */ diff --git a/x11-clocks/emiclock/pkg-comment b/x11-clocks/emiclock/pkg-comment new file mode 100644 index 000000000000..3d228adddafa --- /dev/null +++ b/x11-clocks/emiclock/pkg-comment @@ -0,0 +1 @@ +Emi Clock 1.0.2 - hyper animated face analog clock for X11 diff --git a/x11-clocks/emiclock/pkg-descr b/x11-clocks/emiclock/pkg-descr new file mode 100644 index 000000000000..e55566e1f708 --- /dev/null +++ b/x11-clocks/emiclock/pkg-descr @@ -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). diff --git a/x11-clocks/emiclock/pkg-plist b/x11-clocks/emiclock/pkg-plist new file mode 100644 index 000000000000..fa67c4771337 --- /dev/null +++ b/x11-clocks/emiclock/pkg-plist @@ -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 |