diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11-clocks/emiclock | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11-clocks/emiclock')
-rw-r--r-- | x11-clocks/emiclock/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-clocks/emiclock/Makefile b/x11-clocks/emiclock/Makefile index 42bbfd0..3fda324 100644 --- a/x11-clocks/emiclock/Makefile +++ b/x11-clocks/emiclock/Makefile @@ -3,14 +3,17 @@ # Date created: 15 March 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.2 1995/03/24 11:11:38 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:50:48 jkh Exp $ # + DISTNAME= EmiClock-1.0.2 -MASTER_SITES= ftp://theta.iis.u-tokyo.ac.jp/pub1/X/contrib/applications/ +PKGNAME= emiclock-1.0.2 CATEGORIES+= x11 +MASTER_SITES= ftp://theta.iis.u-tokyo.ac.jp/pub1/X/contrib/applications/ + MAINTAINER= asami@FreeBSD.ORG + USE_IMAKE= yes -PKGNAME= emiclock-1.0.2 LANGRES= resources/R6/EUC/EmiClock.ad LANGDIR= $(X11BASE)/lib/X11/ja_JP.EUC/app-defaults |