diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-11-07 22:30:29 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-11-07 22:30:29 +0800 |
commit | da9072fffbe08421a28605ce7ea18f37ef05ef88 (patch) | |
tree | 512399fea5257114f1ff9d14cd213f3d75b890f6 /japanese/kon2-16dot/Makefile | |
parent | bf321f9759734d3d743e22cc15a48e53e8b06a94 (diff) | |
download | freebsd-ports-gnome-da9072fffbe08421a28605ce7ea18f37ef05ef88.tar.gz freebsd-ports-gnome-da9072fffbe08421a28605ce7ea18f37ef05ef88.tar.zst freebsd-ports-gnome-da9072fffbe08421a28605ce7ea18f37ef05ef88.zip |
PKGNAME=ja-kon2-${KONFONTS}-0.3
Suggested by: asami
Diffstat (limited to 'japanese/kon2-16dot/Makefile')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 8c468c5570db..474b57ef7809 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -3,11 +3,11 @@ # Date created: 11 Apr 1997 # Whom: Makoto Matsushita <matusita@jp.freebsd.org> # -# $Id: Makefile,v 1.15 1998/09/26 15:41:19 kuriyama Exp $ +# $Id: Makefile,v 1.16 1998/10/09 05:31:56 kuriyama Exp $ # DISTNAME= kon2-0.3 -PKGNAME= ja-kon2-0.3 +PKGNAME= ja-kon2-${KONFONT}-0.3 CATEGORIES= japanese # note kon is only in first directory and fonts are only in second directory MASTER_SITES= ftp://ftp.tut.ac.jp/Linux/Packages/Utils/ \ @@ -39,6 +39,7 @@ pre-fetch: @${ECHO_MSG} "by adding \"KONFONT=<Font Size>\" to argument of make." @${ECHO_MSG} "<Font Size> must be \"16dot\" or \"14dot\"." @${ECHO_MSG} "KONFONT defalut value is \"16dot\"." +KONFONT=16dot KON16FONT=Startup .endif |