aboutsummaryrefslogblamecommitdiffstats
path: root/japanese/FreeWnn-server/Makefile
blob: 8a1f4f2cbb06cb3c115df01a611465a197432525 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                           
                                                     

                      
                       
                        
                                               
                                 
 
                             
                   


                                                                       
                                                                  
 
             
                                                                         

                                                                      
# New ports collection makefile for:    Wnn
# Version required: 4.2
# Date created:     22 November 1994
# Whom:         asami
#
# $Id: Makefile,v 1.9 1995/04/07 05:48:02 asami Exp $
#

DISTNAME=   Wnn4.2
PKGNAME=    Wnn-4.2
CATEGORIES+=    japanese
MASTER_SITES=   ftp://utsun.s.u-tokyo.ac.jp/fj/

MAINTAINER= asami@FreeBSD.ORG

WRKSRC=     ${WRKDIR}/Xsi
IS_INTERACTIVE= yes

# These are necesary because this package uses a different Makefile for
#  building and installing etc.
pre-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>