freebsd-ports/vietnamese/vnxfonts/Makefile
Eric Anholt 4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
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)
2004-07-23 19:10:32 +00:00

38 lines
1 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>