mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
26 lines
597 B
Makefile
26 lines
597 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}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= True Type Font to Postscript Type 1 converter with Chinese maps
|
|
|
|
RUN_DEPENDS= ttf2pt1:print/ttf2pt1
|
|
|
|
USES= tar:tgz
|
|
MAKE_ARGS= INSTDIR="${PREFIX}"
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/maps
|
|
${INSTALL_DATA} ${WRKSRC}/*.map ${STAGEDIR}${DATADIR}/maps/
|
|
|
|
.include <bsd.port.mk>
|