diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-12 17:22:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-12 17:22:23 +0000 |
commit | 36b20551e513f5e4eb51e9071cba119ecbdc88e0 (patch) | |
tree | 04d69e7b67b41b1450334f5dcbd1ee51dd139185 | |
parent | ba5086c20d4555bd8365d2e38d774c4536567b9a (diff) | |
download | ports-36b20551e513f5e4eb51e9071cba119ecbdc88e0.tar.gz ports-36b20551e513f5e4eb51e9071cba119ecbdc88e0.zip |
Notes
-rw-r--r-- | graphics/ruby-ming/Makefile | 2 | ||||
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/ruby-ming/Makefile | 16 |
3 files changed, 18 insertions, 1 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index e0d1f7633807..287e400c9cbc 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -6,7 +6,7 @@ PORTNAME= ming PORTVERSION= 0.2a.${RUBY_MING_VERSION} -CATEGORIES= graphics ruby +CATEGORIES+= graphics ruby MASTER_SITES= http://madscientist.jp/~ikegami/sources/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${RUBY_MING_VERSION} diff --git a/japanese/Makefile b/japanese/Makefile index 467d7c70a0e6..9bec1b384e61 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -320,6 +320,7 @@ SUBDIR += ruby-kakasi SUBDIR += ruby-man SUBDIR += ruby-mecab + SUBDIR += ruby-ming SUBDIR += ruby-rdic SUBDIR += ruby-refe SUBDIR += ruby-romkan diff --git a/japanese/ruby-ming/Makefile b/japanese/ruby-ming/Makefile new file mode 100644 index 000000000000..89b125ded312 --- /dev/null +++ b/japanese/ruby-ming/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: Ruby/Ming-ja +# Date created: 13 November 2003 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +CATEGORIES= japanese + +COMMENT= Yet another Ming module for Ruby built with Japanese support + +LIB_DEPENDS= ming.3:${PORTSDIR}/japanese/ming + +MASTERDIR= ${.CURDIR}/../../graphics/ruby-ming + +.include "${MASTERDIR}/Makefile" |