2006-10-04 01:43:42 +02:00
|
|
|
# New ports collection makefile for: ja-scim-honoka-plugin-romkan
|
|
|
|
# Date created: 3 Jun 2006
|
|
|
|
# Whom: Masashi CHIBA
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scim-honoka-plugin-romkan
|
|
|
|
PORTVERSION= 0.9.0
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 8
|
2006-10-04 01:43:42 +02:00
|
|
|
CATEGORIES= japanese
|
|
|
|
MASTER_SITES= http://nop.net-p.org/files/honoka/
|
|
|
|
DISTNAME= honoka-plugin-romkan-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= chiba.masashi@gmail.com
|
|
|
|
COMMENT= Honoka plugin for romaji input
|
|
|
|
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
|
2007-04-01 10:53:14 +02:00
|
|
|
${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka
|
2006-10-04 01:43:42 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GNOME= lthack gnomehack
|
|
|
|
USE_ICONV= yes
|
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-10-04 01:43:42 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
2009-01-05 21:36:33 +01:00
|
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-10-04 01:43:42 +02:00
|
|
|
|
2009-01-05 21:36:33 +01:00
|
|
|
.include <bsd.port.mk>
|