mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
43 lines
1018 B
Makefile
43 lines
1018 B
Makefile
# New ports collection makefile for: seri font collection
|
|
# Date created: Fri Mar 27 17:26:42 KST 1998
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kaistfonts-ksc
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= korean x11-fonts
|
|
MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
|
|
DISTNAME= ${PKGNAME}
|
|
DISTFILES= kaist-newmj18.bdf.gz ks_philgi16.bdf.gz \
|
|
kaist-newmj16.bdf.gz ks_iyagi16.bdf.gz
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
|
.endif
|
|
|
|
USE_GMAKE= yes
|
|
NO_WRKSUBDIR= yes
|
|
MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}"
|
|
|
|
do-extract:
|
|
@${RM} -fr ${WRKDIR} && \
|
|
${MKDIR} ${WRKDIR} && \
|
|
cd ${WRKDIR} && \
|
|
for file in ${DISTFILES}; do \
|
|
${GUNZIP_CMD} -c < ${_DISTDIR}/$$file > `${ECHO} $$file | ${SED} -e 's/\.Z//' -e 's/\.gz//'`; \
|
|
done
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|