blob: 68c1459fdda8446bf7f29da0b4d840f31e511076 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: acroread-chsfont
# Version required: 1999.5.24
# Date created: 99/06/16
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $Id: Makefile,v 1.1.1.1 1999/06/17 09:32:59 taoka Exp $
#
DISTNAME= chsfont
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../print/acroread-commfont
BROKEN='cannot fetch'
.include "${MASTERDIR}/Makefile"
|