1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/elisa10x8/Makefile
Satoshi Asami 3103ea2f76 Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from
x11 to fonts.  While I'm here, change the category names in some
(hopefully all) CJK font ports.
1998-08-07 22:43:13 +00:00

34 lines
910 B
Makefile

# New ports collection makefile for: elisafont
# Version required: 1.0
# Date created: 26 Sep 1997
# Whom: Dai ISHIJIMA & ELISA Font Project <ishijima@tri.pref.osaka.jp>
#
# $Id: Makefile,v 1.2 1998/08/05 09:31:18 asami Exp $
#
DISTNAME= ja-elisa8-1.0
CATEGORIES= japanese x11-fonts
MASTER_SITES= ftp://ftp.tut.ac.jp/X11/Fonts/ \
ftp://ftp.iij.ad.jp/pub/X/X11R6.3/%SUBDIR%/ \
ftp://ftp.eu.net/X11/R6.3/%SUBDIR%/
MASTER_SITE_SUBDIR= xc/fonts/bdf/misc
DISTFILES= elisau10.tgz clR5x8.bdf
MAINTAINER= ishijima@tri.pref.osaka.jp
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
EXTRACT_ONLY= elisau10.tgz
MAKE_ENV+= DISTDIR=${DISTDIR}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/elisa8
@${CP} ${WRKSRC}/elisa100.doc ${PREFIX}/share/doc/elisa8/
@${CP} ${WRKSRC}/elisau10.doc ${PREFIX}/share/doc/elisa8/
@${CP} ${WRKSRC}/hosoku.txt ${PREFIX}/share/doc/elisa8/
.endif
.include <bsd.port.mk>