7a4777dc53
GTK+ has been renamed to GTK since 2019. Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html Approved by: portmgr (blanket)
38 lines
849 B
Makefile
38 lines
849 B
Makefile
PORTNAME= imhangul
|
|
PORTVERSION= 3.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= korean
|
|
PKGNAMESUFFIX= -gtk3
|
|
|
|
MAINTAINER= jkim@FreeBSD.org
|
|
COMMENT= Hangul input module for GTK 3.0
|
|
WWW= http://code.google.com/p/imhangul/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libhangul.so:korean/libhangul
|
|
|
|
CONFLICTS_INSTALL= ko-imhangul-3.*
|
|
|
|
GH_ACCOUNT= choehwanjin
|
|
GH_TAGNAME= 85f6d10
|
|
USE_GITHUB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30
|
|
USES= autoreconf gmake gnome libtool pkgconfig
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext localbase
|
|
|
|
post-patch-NLS-off:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS /s| po||' ${WRKSRC}/Makefile.am
|
|
@${REINPLACE_CMD} -e '/^po\/Makefile\.in/d' ${WRKSRC}/configure.in
|
|
|
|
pre-configure-NLS-on:
|
|
@(cd ${WRKSRC} && ${LOCALBASE}/bin/glib-gettextize)
|
|
|
|
.include <bsd.port.mk>
|