1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/Wnn7-lib/Makefile
Satoshi Asami 5e0ad8e46f The project template file is called "X11.tmpl" in XFree86-3.3, so make
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory.  This is
necessary for letting imake pick it up automatically.
1997-06-19 11:26:08 +00:00

33 lines
863 B
Makefile

# New ports collection makefile for: Wnn
# Version required: 4.2
# Date created: 22 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.15 1997/04/16 05:00:02 asami Exp $
#
DISTNAME= Wnn4.2
PKGNAME= jp-Wnn-4.2
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.u-tokyo.ac.jp/pub/Japanese/Wnn/
MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/Xsi
IS_INTERACTIVE= yes # needs "wnn" user
post-extract:
/bin/ln -sf Project.tmpl ${WRKSRC}/config/X11.tmpl
# 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>