openbsd-ports/inputmethods/scim-fcitx/Makefile
kevlo 2ea672b75f Initial import of scim-fcitx 3.1.1
scim-fcitx is an scim IMEngine module for fcitx.

ok ajacoutot@
2008-10-29 02:24:17 +00:00

43 lines
830 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/29 02:24:17 kevlo Exp $
SHARED_ONLY= Yes
COMMENT= scim input method module for fcitx
V= 3.1.1
DISTNAME= scim-fcitx.$V
PKGNAME= scim-fcitx-$V
CATEGORIES= inputmethods chinese
HOMEPAGE= http://www.scim-im.org/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
MODULES= devel/gettext
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= scim-1.0::inputmethods/scim
WRKDIST= ${WRKDIR}/fcitx
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>