mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format.
This commit is contained in:
parent
fb9e399c88
commit
0c182db6d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338972
1 changed files with 5 additions and 13 deletions
|
@ -11,30 +11,22 @@ COMMENT= SCIM IMEngine module for Korean(Hangul) input
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= hangul:${PORTSDIR}/korean/libhangul \
|
LIB_DEPENDS= libhangul.so:${PORTSDIR}/korean/libhangul \
|
||||||
scim-1.0:${PORTSDIR}/textproc/scim
|
libscim-1.0.so:${PORTSDIR}/textproc/scim
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USES= gmake pkgconfig
|
||||||
USES= pkgconfig
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
|
OPTIONS_SUB= NLS
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
USES+= gettext
|
USES+= gettext
|
||||||
PLIST_SUB+= NLS=""
|
CONFIGURE_ARGS+=--enable-nls
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+=--disable-nls
|
CONFIGURE_ARGS+=--disable-nls
|
||||||
PLIST_SUB+= NLS="@comment "
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
@${ECHO}
|
|
||||||
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
|
|
||||||
@${ECHO}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue