aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim-openvanilla/Makefile
blob: f028004294f5a18abcc3f68dc69057f24b70fdc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	scim-openvanilla
# Date Created:				3 September 2005
# Whom:					Leland Wang <llwang@infor.org>
#
# $FreeBSD$
#

PORTNAME=	scim-openvanilla
PORTVERSION=	0.7.2.b20060214
PORTREVISION=	4
CATEGORIES=	textproc
MASTER_SITES=	http://www.csie.org/~llwang/	\
		http://www.infor.org/~llwang/
DISTNAME=	openvanilla-${PORTVERSION}

MAINTAINER=	llwang@infor.org
COMMENT=	SCIM OpenVanilla input method (IM)/output filter (OF) framework

BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim	\
		${X11BASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework
RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim

USE_AUTOTOOLS=	libltdl:15
WRKSRC=		${WRKDIR}/${DISTNAME}/Loaders/SCIM
USE_GMAKE=	yes
USE_GNOME=	pkgconfig
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	CPPFLAGS=-I${X11BASE}/include	\
		OV_MODULEDIR=${PREFIX}/lib/openvanilla/

post-patch:
	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure

.include <bsd.port.mk>