blob: 09f97f9f00e4510eb81c8b983a97f6050de5229e (
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.5 2010/11/15 22:57:36 abs Exp $
#
DISTNAME= scim-bridge-0.4.16
PKGREVISION= 4
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"
|