diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /japanese/uim-prime | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
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 156995a6c..000000000 --- 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.3:${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 5ec1adffa..000000000 --- a/japanese/uim-prime/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -uim plugin using PRIME input method. - -WWW: http://uim.freedesktop.org/wiki/ diff --git a/japanese/uim-prime/pkg-plist b/japanese/uim-prime/pkg-plist deleted file mode 100644 index 1de28f914..000000000 --- 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 |