3103ea2f76
x11 to fonts. While I'm here, change the category names in some (hopefully all) CJK font ports.
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# New ports collection makefile for: k12font
|
|
# Version required: 1.0
|
|
# Date created: 24 June 1996
|
|
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.5 1998/08/05 09:31:18 asami Exp $
|
|
#
|
|
|
|
DISTNAME= kaname_k12_bdf
|
|
PKGNAME= ja-k12font-1.0
|
|
CATEGORIES= japanese x11-fonts
|
|
MASTER_SITES= ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/FreeBSD/etc/
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-install:
|
|
@${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
|
|
|
|
.include <bsd.port.mk>
|