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
|
2009-06-23 06:46:05 +02:00
|
|
|
PORTVERSION= 0.2.3
|
2010-05-03 08:41:03 +02:00
|
|
|
PORTREVISION= 4
|
2007-06-05 11:38:39 +02:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
|
2009-01-11 12:12:31 +01:00
|
|
|
http://anthesphoria.net/FreeBSD/ports/distfiles/
|
2009-08-22 02:37:17 +02:00
|
|
|
|
2007-06-05 11:38:39 +02:00
|
|
|
|
2009-01-11 12:12:31 +01:00
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
2007-06-05 11:38:39 +02:00
|
|
|
COMMENT= A SCIM IMEngine module which uses m17n library as the backend
|
|
|
|
|
2009-01-11 12:12:31 +01:00
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
|
|
|
|
gsed:${PORTSDIR}/textproc/gsed
|
2010-05-03 08:41:03 +02:00
|
|
|
LIB_DEPENDS= m17n.4:${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>
|