summaryrefslogtreecommitdiffstats
path: root/japanese/scim-honoka-plugin-wnn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/scim-honoka-plugin-wnn/Makefile')
-rw-r--r--japanese/scim-honoka-plugin-wnn/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile
deleted file mode 100644
index a2b5d19a5..000000000
--- a/japanese/scim-honoka-plugin-wnn/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: ja-scim-honoka-plugin-wnn
-# Date created: 4 Jun 2006
-# Whom: Masashi CHIBA
-#
-# $FreeBSD$
-#
-
-PORTNAME= scim-honoka-plugin-wnn
-PORTVERSION= 0.9.0
-PORTREVISION= 1
-CATEGORIES= japanese
-MASTER_SITES= http://nop.net-p.org/files/honoka/
-DISTNAME= honoka-plugin-wnn-${PORTVERSION}
-
-MAINTAINER= chiba.masashi@gmail.com
-COMMENT= Honoka plugin for using wnn7
-
-BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
- ${LOCALBASE}/lib/scim-1.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka
-LIB_DEPENDS= wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
-RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim \
- ${LOCALBASE}/lib/scim-1.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \
- ${LOCALBASE}/lib/scim-1.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan
-
-USE_GETTEXT= yes
-USE_GNOME= lthack gnomehack
-USE_XLIB= yes
-USE_ICONV= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-IGNORE= does not build in FreeBSD < 5.x
-.else
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-.endif
-
-.include <bsd.port.post.mk>