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/Makefile | |
parent | I forgot to add this when I fixed scheme48, it works now. (diff) |
`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>
Diffstat (limited to 'x11-clocks/emiclock/Makefile')
-rw-r--r-- | x11-clocks/emiclock/Makefile | 25 |
1 files changed, 25 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> |