2006-10-04 01:41:56 +02:00
|
|
|
PORTNAME= scim-honoka
|
2006-10-07 11:21:31 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2016-12-08 20:23:24 +01:00
|
|
|
PORTREVISION= 13
|
2006-10-04 01:41:56 +02:00
|
|
|
CATEGORIES= japanese
|
|
|
|
MASTER_SITES= http://nop.net-p.org/files/honoka/
|
|
|
|
DISTNAME= honoka-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= chiba.masashi@gmail.com
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= SCIM IMEngine module using various input methods
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://scim.freedesktop.org
|
2006-10-04 01:41:56 +02:00
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
BUILD_DEPENDS= scim:textproc/scim
|
2006-10-04 01:41:56 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2014-04-24 20:31:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= gettext gmake iconv libtool:keepla pathfix pkgconfig
|
2006-10-04 01:41:56 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-10-04 01:41:56 +02:00
|
|
|
|
2015-08-02 17:03:19 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/^LIBTOOL_EXPORT_OPTIONS=/s/=.*/=/' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2009-01-05 21:36:33 +01:00
|
|
|
.include <bsd.port.mk>
|