pkgsrc-wip/scim-bridge/Makefile
Thomas Klausner ab6362699e Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 09:00:04 +00:00

31 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/05/19 09:00:12 thomasklausner Exp $
#
DISTNAME= scim-bridge-0.4.16
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-2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
#CFLAGS+= -Wextra
CONFIGURE_ARGS+= --enable-agent
CONFIGURE_ARGS+= --disable-documents
CONFIGURE_ARGS+= --disable-tests
.include "options.mk"
CHECK_PORTABILITY_SKIP= tests/*
.include "../../wip/scim/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"