26e8e7d103
- New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging.
25 lines
635 B
Makefile
25 lines
635 B
Makefile
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scim-anthy
|
|
PORTVERSION= 1.2.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR=scim-imengine/37309
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SCIM IMEngine module using Anthy
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
|
LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
|
kasumi:${PORTSDIR}/japanese/kasumi
|
|
|
|
USES= gmake iconv libtool:keepla pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|