4eb209da7d
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
36 lines
892 B
Makefile
36 lines
892 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: unicode-uhoai
|
|
# Date created: Tue Nov 27, 2001
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unicode-uhoai
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= vietnamese x11-fonts
|
|
MASTER_SITES= http://www.geocities.com/~starkville/mozilla/
|
|
DISTNAME= uhoaiw21
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
COMMENT= Unicode TrueType Font with UHoai Vietnamese encoding
|
|
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= taken care of in do-install target
|
|
|
|
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \
|
|
bdftopcf:${X_CLIENTS_PORT}
|
|
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/fonts/TrueType
|
|
${INSTALL_DATA} ${WRKSRC}/uhoaiw21.ttf \
|
|
${PREFIX}/lib/X11/fonts/TrueType
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
EXTRACT_BEFORE_ARGS+= -L
|