svn commit: r338970 - head/korean/ibus-hangul

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 7 01:33:36 UTC 2014


Author: jkim
Date: Tue Jan  7 01:33:35 2014
New Revision: 338970
URL: http://svnweb.freebsd.org/changeset/ports/338970

Log:
  Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format.

Modified:
  head/korean/ibus-hangul/Makefile
  head/korean/ibus-hangul/pkg-plist

Modified: head/korean/ibus-hangul/Makefile
==============================================================================
--- head/korean/ibus-hangul/Makefile	Tue Jan  7 01:30:55 2014	(r338969)
+++ head/korean/ibus-hangul/Makefile	Tue Jan  7 01:33:35 2014	(r338970)
@@ -10,33 +10,28 @@ COMMENT=	Hangul input engine for IBus
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	hangul:${PORTSDIR}/korean/libhangul \
-		ibus-1.0:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS=	libhangul.so:${PORTSDIR}/korean/libhangul \
+		libibus-1.0.so:${PORTSDIR}/textproc/ibus
 
 PROJECTHOST=	ibus
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 USE_GNOME=	intltool pygobject3
 USE_PYTHON=	yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
+
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	NLS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext
 CONFIGURE_ARGS=	--enable-nls
-PLIST_SUB=	NLS=""
 .else
 CONFIGURE_ARGS=	--disable-nls
-PLIST_SUB=	NLS="@comment "
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
-
 .include <bsd.port.mk>

Modified: head/korean/ibus-hangul/pkg-plist
==============================================================================
--- head/korean/ibus-hangul/pkg-plist	Tue Jan  7 01:30:55 2014	(r338969)
+++ head/korean/ibus-hangul/pkg-plist	Tue Jan  7 01:33:35 2014	(r338970)
@@ -23,6 +23,7 @@ share/icons/hicolor/scalable/apps/ibus-s
 %%DATADIR%%/setup/setup.ui
 %%NLS%%share/locale/ko/LC_MESSAGES/ibus-hangul.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo
+ at dirrmtry share/applications
 @dirrmtry share/icons/hicolor/64x64/apps
 @dirrmtry share/icons/hicolor/64x64
 @dirrmtry share/icons/hicolor/scalable/apps


More information about the svn-ports-all mailing list