freebsd-ports/japanese/kon2-16dot/Makefile
Satoshi Asami 92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00

31 lines
815 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.7 1996/11/11 10:12:19 max 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
MAN1= kon.1
MANLANG= ja_JP.ujis
post-configure:
sed -e 's%%CURDIR%%${.CURDIR}' \
-e 's%%PREFIX%%${PREFIX}' \
-e 's%%DISTDIR%%${DISTDIR}' \
files/dotconfig > ${WRKSRC}/.config
.include <bsd.port.mk>