mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
a9dcad2fff
With hat: portmgr Sponsored by: Absolight
19 lines
420 B
Makefile
19 lines
420 B
Makefile
# Created by: Yoshiro MIHIRA <sanpei@jp.FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ngraph-fonts
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= japanese math x11-fonts
|
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
|
COMMENT= Japanese Font Setup for math/ngraph
|
|
|
|
RUN_DEPENDS= \
|
|
${LOCALBASE}/share/kanji/kanji18.pcf.gz:japanese/font-kanji18 \
|
|
${LOCALBASE}/share/kanji/kanji26.pcf.gz:japanese/font-kanji26
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|