1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/kappa20/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

27 lines
709 B
Makefile

# New ports collection makefile for: kappafont
# Version required: 0.2
# Date created: 30 Sep 1997
# Whom: Kawaguti Ginga <ginga@amalthea.phys.s.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.3 1998/08/05 09:31:19 asami Exp $
#
DISTNAME= Kappa20-0.2
PKGNAME= ja-kappa20-0.2
CATEGORIES= japanese x11-fonts
MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/X11/fonts/ \
ftp://ftp.win.or.jp/pub/doc-sources/fj.sources/1997/aug/
MAINTAINER= ginga@amalthea.phys.s.u-tokyo.ac.jp
USE_X_PREFIX= yes
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/kappa20
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/kappa20/
.endif
.include <bsd.port.mk>