Tweak textproc/scim-m17n version 0.2.3_5
[dports.git] / textproc / scim-m17n / Makefile
1 # Created by: Yinghong Liu <relaxbsd@gmail.com>
2 # $FreeBSD: textproc/scim-m17n/Makefile 327338 2013-09-15 12:27:30Z antoine $
3
4 PORTNAME=       scim-m17n
5 PORTVERSION=    0.2.3
6 PORTREVISION=   5
7 CATEGORIES=     textproc
8 MASTER_SITES=   SF/scim/${PORTNAME}/${PORTVERSION} \
9                 http://anthesphoria.net/FreeBSD/ports/distfiles/
10
11 MAINTAINER=     nikola.lecic@anthesphoria.net
12 COMMENT=        SCIM IMEngine module which uses m17n library as the backend
13
14 BUILD_DEPENDS=  scim:${PORTSDIR}/textproc/scim \
15                 gsed:${PORTSDIR}/textproc/gsed
16 LIB_DEPENDS=    m17n.4:${PORTSDIR}/devel/m17n-lib
17 RUN_DEPENDS=    scim:${PORTSDIR}/textproc/scim
18
19 USES=           gmake pkgconfig
20 GNU_CONFIGURE=  yes
21
22 .include <bsd.port.mk>