aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ttf2pt1/Makefile
blob: b0462f1efad54c995e1341e8edfe5d05175a6c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
# $FreeBSD$

PORTNAME=   ttf2pt1
PORTVERSION=    3.4.0
CATEGORIES= chinese print
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-chinese/${PORTVERSION}
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

MAKE_ARGS=  INSTDIR="${PREFIX}"

NO_BUILD=   yes

.include <bsd.port.mk>