freebsd-ports/japanese/scim-canna/Makefile
Alexandre C. Guimarães d0fc635f72 Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing
- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
2020-07-24 06:28:59 +00:00

23 lines
533 B
Makefile

# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
PORTNAME= scim-canna
PORTVERSION= 1.0.0
PORTREVISION= 15
CATEGORIES= japanese
MASTER_SITES= OSDN/scim-imengine
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM IMEngine module using Canna
BUILD_DEPENDS= scim:textproc/scim
LIB_DEPENDS= libcanna.so:japanese/canna-lib
RUN_DEPENDS:= ${BUILD_DEPENDS}
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>