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)
39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: VN-Xfonts
|
|
# Version required: 1.1.1
|
|
# Date created: Tue Dec 3, 1996
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# version # is VISCII version supported + .<edit_revision>
|
|
|
|
PORTNAME= vnxfonts
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= vietnamese x11-fonts
|
|
MASTER_SITES= ftp://ftp.media.mit.edu/pub/Vietnet/Viscii/Unix/ \
|
|
ftp://ftp.monash.edu.au/pub/vietnam/unix/
|
|
DISTNAME= Xfonts
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
COMMENT= X fonts for displaying Vietnamese
|
|
|
|
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
|
|
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
|
|
|
|
WRKSRC= ${WRKDIR}/fonts/X
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/fonts/vietnamese
|
|
@cd ${WRKSRC} ; \
|
|
${INSTALL_DATA} fonts.dir *.pcf.Z \
|
|
${PREFIX}/lib/X11/fonts/vietnamese
|
|
@${INSTALL_DATA} ${FILESDIR}/fonts.alias \
|
|
${PREFIX}/lib/X11/fonts/vietnamese
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|