17 lines
373 B
Makefile
17 lines
373 B
Makefile
|
# 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"
|