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