summaryrefslogtreecommitdiff
path: root/japanese/kon2-16dot/Makefile
blob: 19c3631135b4d5e0644c4c894012ff78b3f81a67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	kon
# Version required:	0.01
# Date created:		7 June 1995
# Whom:			Takashi Ogura <ogura@st.rim.or.jp>
#
# $Id: Makefile,v 1.6 1996/09/19 04:38:17 asami Exp $
#

DISTNAME=	kon
PKGNAME=	jp-kon-0994e
CATEGORIES=	japanese
# note kon is only in first directory and fonts are only in second directory
MASTER_SITES=	ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/ \
		ftp://ftp.iij.ad.jp/pub/X/XFree86/XFree86/3.1.1/untarred/xc/fonts/bdf/misc/
DISTFILES=	kon-0.99.4e.tgz k14.bdf 7x14rk.bdf
EXTRACT_ONLY=	kon-0.99.4e.tgz

MAINTAINER=	asami@FreeBSD.ORG

USE_GMAKE=	yes

post-configure:
	sed -e 's%%CURDIR%%${.CURDIR}' \
	  -e 's%%PREFIX%%${PREFIX}' \
	  -e 's%%DISTDIR%%${DISTDIR}' \
	  files/dotconfig > ${WRKSRC}/.config

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/ja_JP.ujis/man1/kon.1
.endif

.include <bsd.port.mk>