2001-11-28 01:31:47 +01:00
|
|
|
# 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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2001-11-28 01:31:47 +01:00
|
|
|
CATEGORIES= vietnamese x11-fonts
|
2011-10-06 07:38:13 +02:00
|
|
|
#MASTER_SITES= http://www.geocities.com/~starkville/mozilla/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= obrien
|
2001-11-28 01:31:47 +01:00
|
|
|
DISTNAME= uhoaiw21
|
|
|
|
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Unicode TrueType Font with UHoai Vietnamese encoding
|
2001-11-28 01:31:47 +01:00
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
2002-09-09 01:28:25 +02:00
|
|
|
NO_BUILD= taken care of in do-install target
|
2001-11-28 01:31:47 +01:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
|
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
2001-11-28 01:31:47 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.mk>
|
2001-11-28 01:31:47 +01:00
|
|
|
|
|
|
|
EXTRACT_BEFORE_ARGS+= -L
|