480a0ebd19
SCIM Input Pad is an onscreen input pad used to input some symbols very easily.
24 lines
618 B
Makefile
24 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:59:49 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-input-pad-0.1.2
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://scim.sourceforge.net/
|
|
COMMENT= SCIM onscreen input pad
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake intltool pkg-config
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|