2001-08-27 03:20:24 +02:00
|
|
|
# New ports collection makefile for: head files and libraries of Wnn7
|
|
|
|
# Date created: 01/07/16
|
1999-05-01 06:03:48 +02:00
|
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
1994-11-23 00:37:45 +01:00
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1994-11-23 00:37:45 +01:00
|
|
|
#
|
|
|
|
|
2001-08-27 03:20:24 +02:00
|
|
|
PORTNAME= Wnn7-lib
|
2002-10-29 10:28:13 +01:00
|
|
|
PORTVERSION= 2001.10.17
|
1997-09-10 09:55:46 +02:00
|
|
|
CATEGORIES= japanese
|
2002-10-29 10:28:13 +01:00
|
|
|
MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/Wnn7/sdk_source/
|
|
|
|
DISTNAME= Wnn7SDK
|
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-07 07:48:11 +02:00
|
|
|
|
2004-12-23 10:32:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Include files and a library of Wnn7
|
1995-04-07 07:48:11 +02:00
|
|
|
|
- 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 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
1994-11-23 00:37:45 +01:00
|
|
|
|
2002-10-29 10:28:13 +01:00
|
|
|
WRKSRC= ${WRKDIR}/src
|
2001-08-27 03:20:24 +02:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/ja-Wnn7-lib
|
1997-09-10 08:52:02 +02:00
|
|
|
|
2006-08-15 02:29:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-06-16 12:38:50 +02:00
|
|
|
|
2007-05-27 05:03:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-12-03 14:29:29 +01: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 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
|
2006-12-03 14:29:29 +01:00
|
|
|
${WRKSRC}/config/Project.tmpl \
|
|
|
|
${WRKSRC}/config/X11.tmpl \
|
|
|
|
${WRKSRC}/Makefile.ini
|
|
|
|
|
1998-12-01 02:05:16 +01:00
|
|
|
# Warning: we cannot use USE_IMAKE.
|
|
|
|
do-build:
|
2001-07-08 14:17:17 +02:00
|
|
|
( cd ${WRKSRC} ; make World -f Makefile.ini )
|
1998-12-01 02:05:16 +01:00
|
|
|
|
|
|
|
post-install:
|
2001-08-27 03:20:24 +02:00
|
|
|
@${MKDIR} ${PREFIX}/include/wnn7/wnn
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${PREFIX}/include/wnn7/wnn
|
1997-09-10 09:55:46 +02:00
|
|
|
@${MKDIR} ${DOCDIR}
|
1998-12-01 02:05:16 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
|
1994-11-23 00:37:45 +01:00
|
|
|
|
2007-05-27 05:03:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|