blob: 2ad73c2760404c220f3855e4d58ae79b851d0d91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Masashi CHIBA
# $FreeBSD$
PORTNAME= scim-honoka
PORTVERSION= 0.9.1
PORTREVISION= 13
CATEGORIES= japanese
MASTER_SITES= http://nop.net-p.org/files/honoka/
DISTNAME= honoka-${PORTVERSION}
MAINTAINER= chiba.masashi@gmail.com
COMMENT= SCIM IMEngine module using various input methods
BUILD_DEPENDS= scim:textproc/scim
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USES= gettext gmake iconv libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} '/^LIBTOOL_EXPORT_OPTIONS=/s/=.*/=/' \
${WRKSRC}/configure
.include <bsd.port.mk>
|