From 4ea8e6c462c3eea2c8418f059cd3ba337b6d40c2 Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 22 Jul 2001 01:11:38 +0000 Subject: Korean X11 fonts meta pkg --- fonts/ko-x11fonts/Makefile | 24 ++++++++++++++++++++++++ fonts/ko-x11fonts/files/Makefile | 25 +++++++++++++++++++++++++ fonts/ko-x11fonts/pkg/DESCR | 1 + fonts/ko-x11fonts/pkg/PLIST | 2 ++ 4 files changed, 52 insertions(+) create mode 100644 fonts/ko-x11fonts/Makefile create mode 100644 fonts/ko-x11fonts/files/Makefile create mode 100644 fonts/ko-x11fonts/pkg/DESCR create mode 100644 fonts/ko-x11fonts/pkg/PLIST diff --git a/fonts/ko-x11fonts/Makefile b/fonts/ko-x11fonts/Makefile new file mode 100644 index 00000000000..9de975f4bd1 --- /dev/null +++ b/fonts/ko-x11fonts/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/22 01:11:38 itojun Exp $ + +DISTNAME= ko-x11fonts-20010722 +CATEGORIES= fonts x11 korean +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= packages@netbsd.org +COMMENT= Korean X11 fonts + +DEPENDS+= ko-baekmuk>=20010718:../../fonts/ko-baekmuk +DEPENDS+= ko-hanyang>=20010718:../../fonts/ko-hanyang +DEPENDS+= ko-kaist>=20010718:../../fonts/ko-kaist +DEPENDS+= ko-mizi>=20010718:../../fonts/ko-mizi + +EXTRACT_ONLY= # empty +NO_CHECKSUM= # defined +NO_PATCH= # defined +NO_CONFIGURE= # defined +NO_BUILD= # defined + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ko-x11fonts/files/Makefile b/fonts/ko-x11fonts/files/Makefile new file mode 100644 index 00000000000..8bbed32101b --- /dev/null +++ b/fonts/ko-x11fonts/files/Makefile @@ -0,0 +1,25 @@ +BDF0!= find .. -type f -a -name \*.bdf -print +BDF= ${BDF0:C/.*\///} +PCF= ${BDF:C/bdf$/pcf/} +PCFALL!=find . -type f -a -name \*.pcf -print + +.SUFFIXES: .bdf .pcf + +.bdf.pcf: + bdftopcf -o $@ $< + +all: ${PCF} + +prepare:: + for i in ${BDF0}; do \ + ln -s $$i; \ + done + +install:: + for i in ${PCFALL}; do \ + ${BSD_INSTALL_DATA} $$i ${FONTDIR}; \ + ${GZIP_CMD} ${FONTDIR}/$$i; \ + done + +clean: + rm -f *.bdf *.pcf diff --git a/fonts/ko-x11fonts/pkg/DESCR b/fonts/ko-x11fonts/pkg/DESCR new file mode 100644 index 00000000000..7bab42d86c6 --- /dev/null +++ b/fonts/ko-x11fonts/pkg/DESCR @@ -0,0 +1 @@ +Korean X11 fonts collection diff --git a/fonts/ko-x11fonts/pkg/PLIST b/fonts/ko-x11fonts/pkg/PLIST new file mode 100644 index 00000000000..5d205c76e73 --- /dev/null +++ b/fonts/ko-x11fonts/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/22 01:11:38 itojun Exp $ +@comment this plist intentionally left empty -- cgit v1.2.3