713aa5add9
* fixes unportable, broken socket connect/bind (patch-ae, patch-ag) Bump PKGREVISION.
30 lines
691 B
Makefile
30 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/11/26 12:30:12 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-bridge-0.4.16
|
|
PKGREVISION= 1
|
|
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"
|