mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5026928fba
print/acroread-commfont: - Use CATEGORIES+= to follow after a slave's lang-specific category. {chinese,japanese,korean}/acroread-*font: - Set only the lang-specific category for each.
14 lines
267 B
Makefile
14 lines
267 B
Makefile
# New ports collection makefile for: acroread-jpnfont
|
|
# Date created: 99/06/16
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= jpnfont
|
|
CATEGORIES= japanese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/acroread-commfont
|
|
|
|
.include "${MASTERDIR}/Makefile"
|