aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Wnn7-lib/Makefile
blob: 78daeef1d0cc3301c03863c87623b1e32aa456e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    head files and libraries of Wnn7
# Date created:     01/07/16
# Whom:         Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Wnn7-lib
PORTVERSION=    2001.10.17
PORTREVISION=   2
CATEGORIES= japanese
MASTER_SITES=   ftp://ftp.omronsoft.co.jp/pub/Wnn7/sdk_source/
DISTNAME=   Wnn7SDK
EXTRACT_SUFX=   .tgz

MAINTAINER= hrs@FreeBSD.org
COMMENT=    Wnn7 client library

USE_IMAKE=  yes
USE_LDCONFIG=   yes
WRKSRC=     ${WRKDIR}/src
PORTDOCS=   README

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
        ${WRKSRC}/config/Project.tmpl \
        ${WRKSRC}/config/X11.tmpl \
        ${WRKSRC}/Makefile.ini

# Warning: we cannot use USE_IMAKE.
do-build:
    cd ${WRKSRC} && make World -f Makefile.ini

post-install:
    ${MKDIR} ${PREFIX}/include/wnn7/wnn
    ${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${PREFIX}/include/wnn7/wnn
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.post.mk>