Import textproc/scim-openvanilla version 0.7.2.20070514_7
[dports.git] / textproc / scim-openvanilla / Makefile
1 # New ports collection makefile for:    scim-openvanilla
2 # Date Created:                         3 September 2005
3 # Whom:                                 Leland Wang <llwang@infor.org>
4 #
5 # $FreeBSD: ports/textproc/scim-openvanilla/Makefile,v 1.22 2012/11/17 06:02:21 svnexp Exp $
6 #
7
8 PORTNAME=       scim-openvanilla
9 PORTVERSION=    0.7.2.20070514
10 PORTREVISION=   7
11 CATEGORIES=     textproc
12 MASTER_SITES=   ${MASTER_SITE_LOCAL}
13 MASTER_SITE_SUBDIR=     rafan
14 DISTNAME=       openvanilla-${PORTVERSION}
15
16 MAINTAINER=     ports@FreeBSD.org
17 COMMENT=        SCIM OpenVanilla input method (IM)/output filter (OF) framework
18
19 BUILD_DEPENDS=  scim:${PORTSDIR}/textproc/scim  \
20                 ${LOCALBASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework
21 RUN_DEPENDS=    scim:${PORTSDIR}/textproc/scim
22 LIB_DEPENDS=    expat.6:${PORTSDIR}/textproc/expat2
23
24 USE_AUTOTOOLS=  libltdl
25 WRKSRC=         ${WRKDIR}/${DISTNAME}/Loaders/SCIM
26 USE_GMAKE=      yes
27 USE_GETTEXT=    yes
28 USE_ICONV=      yes
29 USE_PKGCONFIG=  yes
30 GNU_CONFIGURE=  yes
31 CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/
32 CPPFLAGS+=      -I${LOCALBASE}/include
33
34 PLIST_FILES=    lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.a     \
35                 lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.la    \
36                 lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.so
37
38 .include <bsd.port.mk>