mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
28 lines
737 B
Makefile
28 lines
737 B
Makefile
# $NetBSD: Makefile,v 1.25 2014/02/27 12:47:45 obache Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-im-libthai-0.2.1
|
|
PKGREVISION= 13
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
|
|
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://linux.thai.net/projects/gtk-im-libthai
|
|
COMMENT= GTK+-2.0 Thai Input Module
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
GTK2_IMMODULES= yes
|
|
.include "../../x11/gtk2/modules.mk"
|
|
GTK3_IMMODULES= yes
|
|
.include "../../x11/gtk3/modules.mk"
|
|
|
|
.include "../../devel/libthai/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|