d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: zh-ttfm
|
|
# Date created: 12 Nov 2000
|
|
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ttfm
|
|
PORTVERSION= 0.9.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= chinese print
|
|
MASTER_SITES= LOCAL/rafan/chinese
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= A Big5/GB enhanced TrueType Font Manager
|
|
|
|
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
PORTDOCS= README USAGE
|
|
MAN1= ttfm.sh.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,%%X11BASE%%,${X11BASE},' \
|
|
-e 's,%%PREFIX%%,${PREFIX},' \
|
|
${WRKSRC}/modules/gscjk.ttfm \
|
|
${WRKSRC}/modules/xttfm.ttfm
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ttfinfo ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ttfm.sh ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for doc in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
${INSTALL_MAN} ${WRKSRC}/ttfm.sh.1 ${PREFIX}/man/man1
|
|
@${MKDIR} ${DATADIR}
|
|
.for module in gscjk.ttfm xttfm.ttfm
|
|
${INSTALL_SCRIPT} ${WRKSRC}/modules/${module} ${DATADIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|