mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
e8390e6e3c
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
41 lines
947 B
Makefile
41 lines
947 B
Makefile
# 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
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/Wnn7/sdk_source/
|
|
DISTNAME= Wnn7SDK
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Include files and a library of Wnn7
|
|
|
|
BUILD_DEPENDS= imake:${X_IMAKE_PORT}
|
|
|
|
WRKSRC= ${WRKDIR}/src
|
|
DOCDIR= ${PREFIX}/share/doc/ja-Wnn7-lib
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
# Warning: we cannot use USE_IMAKE.
|
|
do-build:
|
|
( cd ${WRKSRC} ; make World -f Makefile.ini )
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
.if ${PORTOBJFORMAT} == "aout"
|
|
${LN} -sf libwnn7.so.1.0 ${PREFIX}/lib/libwnn7.so
|
|
.endif
|
|
@${MKDIR} ${PREFIX}/include/wnn7/wnn
|
|
@${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${PREFIX}/include/wnn7/wnn
|
|
@${MKDIR} ${DOCDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
|
|
|
|
.include <bsd.port.post.mk>
|