2007-06-05 11:38:39 +02:00
|
|
|
# New ports collection makefile for: scim-m17n
|
|
|
|
# Date Created: 10 May 2007
|
2007-07-05 09:21:24 +02:00
|
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
2007-06-05 11:38:39 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scim-m17n
|
|
|
|
PORTVERSION= 0.2.2
|
2008-02-28 10:23:02 +01:00
|
|
|
PORTREVISION= 2
|
2007-06-05 11:38:39 +02:00
|
|
|
CATEGORIES= textproc
|
2007-07-05 09:21:24 +02:00
|
|
|
MASTER_SITES= SF
|
2007-06-05 11:38:39 +02:00
|
|
|
MASTER_SITE_SUBDIR=scim
|
|
|
|
|
2008-03-02 09:25:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-06-05 11:38:39 +02:00
|
|
|
COMMENT= A SCIM IMEngine module which uses m17n library as the backend
|
|
|
|
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
2008-02-28 10:23:02 +01:00
|
|
|
LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib
|
2007-06-05 11:38:39 +02:00
|
|
|
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|