200e3c4a04
version, and bump all depends. Per discussion on pkgsrc-changes.
25 lines
626 B
Makefile
25 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/09/14 11:02:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= scim-input-pad-0.1.2
|
|
PKGREVISION= 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"
|