1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/korean/imhangul-gtk3/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

39 lines
849 B
Makefile

PORTNAME= imhangul
PORTVERSION= 3.1.1
PORTREVISION= 2
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>