1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/japanese/kon2-16dot/Makefile
1995-06-25 11:46:09 +00:00

41 lines
910 B
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.1.1.1 1995/06/24 09:25:16 asami Exp $
#
DISTNAME= kon
PKGNAME= kon-0994e
CATEGORIES+= japanese
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/
DISTFILES= kon-0.99.4e.tgz
FONT_SITE= ftp://ftp.iij.ad.jp/pub/X/XFree86/XFree86/3.1.1/untarred/xc/fonts/bdf/misc/
FONTFILES= k14.bdf 7x14rk.bdf
MAINTAINER= asami@FreeBSD.ORG
USE_GMAKE= yes
pre-fetch:
@(cd ${DISTDIR}; \
for file in ${FONTFILES} ; do \
if [ ! -f $$file ]; then \
if ${NCFTP} ${NCFTPFLAGS} ${FONT_SITE}$$file; then \
break; \
fi \
fi \
done)
post-configure:
sed -e 's%%CURDIR%%${.CURDIR}' \
-e 's%%PREFIX%%${PREFIX}' \
files/dotconfig > ${WRKSRC}/.config
post-install:
gzip -9nf ${PREFIX}/man/ja_JP.ujis/man1/kon.1
.include <bsd.port.mk>