a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
26 lines
651 B
Makefile
26 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/02/06 12:40:45 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= scim-unikey-0.3.1
|
|
PKGREVISION= 8
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://scim-unikey.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/scim-unikey/
|
|
COMMENT= Vietnamese Input Method Engine for SCIM using Unikey IME
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
|
|
USE_SCIM_GTKUTILS= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|