1997-09-10 07:55:46 +00:00
|
|
|
# New ports collection makefile for: head files and libraries of Wnn6
|
|
|
|
# Date created: 11 July 1997
|
1999-05-01 04:03:48 +00:00
|
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
1994-11-22 23:37:45 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1994-11-22 23:37:45 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 14:15:53 +00:00
|
|
|
PORTNAME= Wnn6-lib
|
2002-10-29 10:39:28 +00:00
|
|
|
PORTVERSION= 2000.9.1
|
2009-06-09 15:33:28 +00:00
|
|
|
PORTREVISION= 2
|
1997-09-10 07:55:46 +00:00
|
|
|
CATEGORIES= japanese
|
1998-12-01 01:05:16 +00:00
|
|
|
MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/Wnn6/sdk_source/
|
2002-10-29 10:39:28 +00:00
|
|
|
DISTNAME= Wnn6-SDK
|
1995-04-07 05:48:11 +00:00
|
|
|
|
2009-01-02 23:09:51 +00:00
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
|
|
COMMENT= Wnn6 client library
|
1997-09-10 06:52:02 +00:00
|
|
|
|
2009-01-02 23:09:51 +00:00
|
|
|
USE_IMAKE= yes
|
2006-08-15 00:29:13 +00:00
|
|
|
USE_LDCONFIG= yes
|
2009-01-02 23:09:51 +00:00
|
|
|
WRKSRC= ${WRKDIR}/src/contrib/im/Xsi
|
|
|
|
PORTDOCS= README
|
2000-06-16 10:38:50 +00:00
|
|
|
|
2006-12-03 13:29:29 +00:00
|
|
|
post-patch:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
|
2006-12-03 13:29:29 +00:00
|
|
|
${WRKSRC}/config/Project.tmpl \
|
|
|
|
${WRKSRC}/config/X11.tmpl \
|
|
|
|
${WRKSRC}/Makefile.ini
|
|
|
|
|
1998-12-01 01:05:16 +00:00
|
|
|
do-build:
|
2009-01-02 23:09:51 +00:00
|
|
|
cd ${WRKSRC} && make World -f Makefile.ini
|
1998-12-01 01:05:16 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${LN} -sf libwnn6_fromsrc.a ${PREFIX}/lib/libwnn6.a
|
2009-01-02 23:09:51 +00:00
|
|
|
${MKDIR} ${PREFIX}/include/wnn6/wnn
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${PREFIX}/include/wnn6/wnn
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
1994-11-22 23:37:45 +00:00
|
|
|
|
2007-01-30 10:25:34 +00:00
|
|
|
.include <bsd.port.mk>
|