mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
349acdc90d
/usr/local/include/scim-1.0/scim_types.h:38:11: warning: '__STDC_ISO_10646__' macro redefined [-Wmacro-redefined] # define __STDC_ISO_10646__ ^ <command line>:6:9: note: previous definition is here #define __STDC_ISO_10646__ 1 ^ scim_anthy_prefs.cpp:98:9: error: cannot initialize a member subobject of type 'void *' with an rvalue of type 'bool' false, ^~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/ja-scim-anthy-1.2.7_5.log - scim-anthy finds dependencies in LOCALBASE on its own - __STDC_ISO_10646__ no longer needs to be specified manually - Add license while here
25 lines
519 B
Makefile
25 lines
519 B
Makefile
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scim-anthy
|
|
PORTVERSION= 1.2.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= OSDN/scim-imengine/37309
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SCIM IMEngine module using Anthy
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= scim:textproc/scim
|
|
LIB_DEPENDS= libanthy.so:japanese/anthy
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
|
kasumi:japanese/kasumi
|
|
|
|
USES= gmake iconv libtool:keepla pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|