blob: 9a201431d9fbbc83275d740e2c5a8bfafe22a084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.3 2010/06/13 22:44:49 wiz Exp $
#
DISTNAME= scim-bridge-0.4.16
PKGREVISION= 2
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.scim-im.org/projects/scim_bridge
COMMENT= C wrapper library for SCIM
LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-agent
CONFIGURE_ARGS+= --disable-documents
CONFIGURE_ARGS+= --disable-tests
.include "options.mk"
CHECK_PORTABILITY_SKIP= tests/*
.include "../../inputmethod/scim/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|