mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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)
41 lines
998 B
Makefile
41 lines
998 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
|
|
PORTREVISION= 1
|
|
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
|
|
COMMENT= X11 KAIST font(ksc5601.1987-0 encoding) collection
|
|
|
|
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
|
|
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
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_CMD} $$file | ${SED} -e 's/\.Z//' -e 's/\.gz//'`; \
|
|
done
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|