blob: c9eca930f241b4c70332592f899a8e258dd6bf70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: zh-ttf2pt1
# Date created: 8 March 2001
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= ttf2pt1
PORTVERSION= 3.4.0
CATEGORIES= chinese print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-chinese-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= True Type Font to Postscript Type 1 Converter with chinese maps
RUN_DEPENDS= ttf2pt1:${PORTSDIR}/print/ttf2pt1
NO_BUILD= yes
.include <bsd.port.mk>
|