mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
4a01a4320e
- Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
25 lines
581 B
Makefile
25 lines
581 B
Makefile
# Created by: Masashi CHIBA
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scim-honoka
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 12
|
|
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:${PORTSDIR}/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
|
|
|
|
.include <bsd.port.mk>
|