freebsd-ports/japanese/scim-honoka/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

28 lines
662 B
Makefile

# 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>