diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
commit | 312a702b4b8c0002651616c073e67e4ef9faffc7 (patch) | |
tree | c712004ab7c143ef4ed5d367ab60f219847273d1 /japanese/uim-prime | |
parent | af19ab669c1c4a059660a2805952dbf6fc09aa27 (diff) | |
download | ports-312a702b4b8c0002651616c073e67e4ef9faffc7.tar.gz ports-312a702b4b8c0002651616c073e67e4ef9faffc7.zip |
Notes
Diffstat (limited to 'japanese/uim-prime')
-rw-r--r-- | japanese/uim-prime/Makefile | 39 | ||||
-rw-r--r-- | japanese/uim-prime/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/uim-prime/pkg-plist | 5 |
3 files changed, 0 insertions, 47 deletions
diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile deleted file mode 100644 index 9aceb697e2c5..000000000000 --- a/japanese/uim-prime/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: ja-uim-prime -# Date created: 31 August 2003 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= japanese -.if defined(WITHOUT_X11) -PKGNAMESUFFIX= -prime-nox11 -.else -PKGNAMESUFFIX= -prime -.endif - -COMMENT= Uim plugin using PRIME input method - -BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime -LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim -RUN_DEPENDS+= ${BUILD_DEPENDS} - -MASTERDIR= ${.CURDIR}/../../textproc/uim -PKGDIR= ${.CURDIR} -CONFIGURE_ARGS= --with-prime - -UIM_SLAVE= yes - -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in - -do-build: - (cd ${WRKSRC}/uim && ${GMAKE} libuim-prime.la) - -do-install: - (cd ${WRKSRC}/uim && \ - ${GMAKE} uim_plugin_LTLIBRARIES=libuim-prime.la install-uim_pluginLTLIBRARIES) - -post-install: - ${LOCALBASE}/bin/uim-module-manager --register prime - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/uim-prime/pkg-descr b/japanese/uim-prime/pkg-descr deleted file mode 100644 index 6dd8e8ed4461..000000000000 --- a/japanese/uim-prime/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -uim plugin using PRIME input method. - -WWW: http://code.google.com/p/uim/ diff --git a/japanese/uim-prime/pkg-plist b/japanese/uim-prime/pkg-plist deleted file mode 100644 index 1de28f91443f..000000000000 --- a/japanese/uim-prime/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/uim/plugin/libuim-prime.a -lib/uim/plugin/libuim-prime.la -lib/uim/plugin/libuim-prime.so -@exec uim-module-manager --register prime -@unexec uim-module-manager --unregister prime |