16 lines
424 B
Makefile
16 lines
424 B
Makefile
# New ports collection makefile for: acroread-chsfont
|
|
# Date created: 99/06/16
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= chsfont
|
|
DIST_SUBDIR= Acrobat5
|
|
CATEGORIES= chinese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/acroread5-commfont
|
|
COMMENT= Asian Font Packs for Acrobat Reader 5.0 (for Chinese Simplified)
|
|
PLIST_FILES= Acrobat5/Resource/Font/STSongStd-Light-Acro.otf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|