1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/chinese/ttf2pt1/Makefile
Vanilla I. Shu e2b1ffef49 Add stagedir support.
Approved by:	 portmgr (blanket infrastructure)
2014-01-09 07:20:37 +00:00

21 lines
489 B
Makefile

# 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>