mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
34 lines
852 B
Makefile
34 lines
852 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$
|
||
|
#
|
||
|
|
||
|
DISTNAME= ja-elisa8-1.0
|
||
|
CATEGORIES= japanese x11
|
||
|
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_X11= 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>
|