- Convert to USES=libtool.
- New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging.
This commit is contained in:
parent
962489f56b
commit
bb55d36724
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352043
2 changed files with 4 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= scim-honoka-plugin-wnn
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://nop.net-p.org/files/honoka/
|
||||
DISTNAME= honoka-plugin-wnn-${PORTVERSION}
|
||||
|
@ -13,20 +13,15 @@ COMMENT= Honoka plugin for using wnn7
|
|||
|
||||
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
|
||||
${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka
|
||||
LIB_DEPENDS= wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
|
||||
LIB_DEPENDS= libwnn7.so:${PORTSDIR}/japanese/Wnn7-lib
|
||||
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim \
|
||||
${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \
|
||||
${LOCALBASE}/lib/scim-1.0/1.4.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan
|
||||
|
||||
USES= gettext gmake iconv pathfix pkgconfig
|
||||
USE_GNOME= lthack
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake iconv libtool:keepla pathfix pkgconfig
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,4 +3,3 @@ lib/scim-1.0/1.4.0/honoka/plugin-wnn.la
|
|||
lib/scim-1.0/1.4.0/honoka/plugin-wnn.so
|
||||
share/locale/ja/LC_MESSAGES/honoka-plugin-wnn.mo
|
||||
@dirrmtry lib/scim-1.0/1.4.0/honoka
|
||||
@dirrmtry share/scim/honoka
|
||||
|
|
Loading…
Reference in a new issue