diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-03 06:39:51 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-03 06:39:51 +0800 |
commit | 6e88a42373c46cdc10afb57e7268f4aa1baa2f97 (patch) | |
tree | c54f92e471517606ff242472f1a309a47cc3f49a /japanese/scim-tables/Makefile | |
parent | d59ab674691a24b7da42dd62d25f095c1cc60b14 (diff) | |
download | freebsd-ports-gnome-6e88a42373c46cdc10afb57e7268f4aa1baa2f97.tar.gz freebsd-ports-gnome-6e88a42373c46cdc10afb57e7268f4aa1baa2f97.tar.zst freebsd-ports-gnome-6e88a42373c46cdc10afb57e7268f4aa1baa2f97.zip |
Add scim-tables 0.4.0, SCIM table based Japanese input methods.
PR: ports/67133
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Somepart by: me
Diffstat (limited to 'japanese/scim-tables/Makefile')
-rw-r--r-- | japanese/scim-tables/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/japanese/scim-tables/Makefile b/japanese/scim-tables/Makefile new file mode 100644 index 000000000000..3ba5eefca38b --- /dev/null +++ b/japanese/scim-tables/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ja-scim-tables +# Date created: 22 May 2004 +# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> +# +# $FreeBSD$ +# + +PORTNAME= scim-tables +PORTVERSION= 0.4.0 +CATEGORIES= japanese +MASTER_SITES= http://freedesktop.org/~suzhe/sources/ + +MAINTAINER= ports@freebsd.org +COMMENT= SCIM table based Japanese 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> |