1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/japanese/Wnn6-lib/Makefile

30 lines
796 B
Makefile
Raw Normal View History

# New ports collection makefile for: Wnn
# Version required: 4.2
# Date created: 22 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.14 1996/11/13 11:19:45 asami Exp $
#
DISTNAME= Wnn4.2
1996-09-19 04:38:46 +00:00
PKGNAME= jp-Wnn-4.2
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.u-tokyo.ac.jp/pub/Japanese/Wnn/
1995-04-07 05:48:11 +00:00
MAINTAINER= asami@FreeBSD.ORG
1995-04-07 05:48:11 +00:00
WRKSRC= ${WRKDIR}/Xsi
IS_INTERACTIVE= yes # needs "wnn" user
# These are necesary because this package uses a different Makefile for
# building and installing etc.
do-build:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} Makefile.inst World)
post-install:
# This package uses imake's "install.man" target to install man pages but
# I can't define USE_IMAKE because it doesn't involve xmkmf
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk>