Update textproc/scim-openvanilla to version 0.7.2.20070514_9
[dports.git] / textproc / scim-openvanilla / Makefile
1 # Created by: Leland Wang <llwang@infor.org>
2 # $FreeBSD$
3
4 PORTNAME=       scim-openvanilla
5 PORTVERSION=    0.7.2.20070514
6 PORTREVISION=   9
7 CATEGORIES=     textproc
8 MASTER_SITES=   LOCAL/rafan
9 DISTNAME=       openvanilla-${PORTVERSION}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        SCIM OpenVanilla input method (IM)/output filter (OF) framework
13
14 BUILD_DEPENDS=  scim:${PORTSDIR}/textproc/scim  \
15                 ${LOCALBASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework
16 RUN_DEPENDS=    scim:${PORTSDIR}/textproc/scim
17 LIB_DEPENDS=    libexpat.so:${PORTSDIR}/textproc/expat2
18
19 USE_AUTOTOOLS=  libltdl
20 WRKSRC=         ${WRKDIR}/${DISTNAME}/Loaders/SCIM
21 USES=           pkgconfig gettext iconv gmake libtool:keepla
22 GNU_CONFIGURE=  yes
23 CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/
24 CPPFLAGS+=      -I${LOCALBASE}/include
25
26 PLIST_FILES=    lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.a     \
27                 lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.la    \
28                 lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.so
29
30 .include <bsd.port.mk>