diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-05 09:38:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-05 09:38:39 +0000 |
commit | 9bdfc663308c9fba9bb66d20a524fb8db13ad927 (patch) | |
tree | f0312b4f2ad6dae8f16cd4c82840eb4564786598 /textproc/scim-m17n/Makefile | |
parent | d0c078c27aad1dba31423143ef126084256cc08b (diff) | |
download | ports-9bdfc663308c9fba9bb66d20a524fb8db13ad927.tar.gz ports-9bdfc663308c9fba9bb66d20a524fb8db13ad927.zip |
Notes
Diffstat (limited to 'textproc/scim-m17n/Makefile')
-rw-r--r-- | textproc/scim-m17n/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile new file mode 100644 index 000000000000..f614fe53bac0 --- /dev/null +++ b/textproc/scim-m17n/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: scim-m17n +# Date Created: 10 May 2007 +# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# +# $FreeBSD$ +# + +PORTNAME= scim-m17n +PORTVERSION= 0.2.2 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=scim + +MAINTAINER= liu_yinghong@yahoo.com.cn +COMMENT= A SCIM IMEngine module which uses m17n library as the backend + +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib +RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |