freebsd-ports/korean/pinetreefonts/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

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: pinetree fonts(x11)
# Date created: 22 Mar 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#
PORTNAME= pinetreefonts
PORTVERSION= 1.01
CATEGORIES= korean x11-fonts
MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/tar/ \
ftp://ftp.kaist.ac.kr/pub/hangul/fonts/ \
ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/fonts/ \
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
DISTNAME= pinetree.precomposed-${PORTVERSION}-bdf
MAINTAINER= cjh@FreeBSD.org
COMMENT= Hangul fonts for X11(pinetree, KSC5601-1987-0 encoding)
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/pinetree.precomposed/bdf
FONTS= ptpR08 ptpR10 ptpR12 ptpR14 ptpR18 ptpR24 \
ptpB08 ptpB10 ptpB12 ptpB14 ptpB18 ptpB24 \
ptptB14 pttpB14
do-build:
@cd ${WRKSRC}/; \
sh Makepcf; \
${GZIP_CMD} *.pcf; \
mkfontdir .
do-install:
-${MKDIR} ${PREFIX}/lib/X11/fonts/local
@cd ${WRKSRC}; \
for file in ${FONTS}; do \
${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \
done; \
mkfontdir ${PREFIX}/lib/X11/fonts/local
.include <bsd.port.mk>