diff options
Diffstat (limited to 'chinese/scim-tables/Makefile')
-rw-r--r-- | chinese/scim-tables/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/chinese/scim-tables/Makefile b/chinese/scim-tables/Makefile new file mode 100644 index 000000000000..66e60d50c266 --- /dev/null +++ b/chinese/scim-tables/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: zh-scim-tables +# Date created: 22 May 2004 +# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> +# +# $FreeBSD$ +# + +PORTNAME= scim-tables +PORTVERSION= 0.4.0 +CATEGORIES= chinese +MASTER_SITES= http://freedesktop.org/~suzhe/sources/ + +MAINTAINER= gaoj@cpsc.ucalgary.ca +COMMENT= SCIM table based Chinese input methods + +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +post-install: + @${CAT} ${PKGMESSAGE} + @${ECHO} + @${ECHO} To display this message again, type \`make post-install\' + @${ECHO} + +.include <bsd.port.mk> |