1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/chinese/scim-pinyin/Makefile
Muhammad Moinur Rahman 4c4d74fc6c chinese/scim-pinyin: Fix build with llvm16
- Pet portclippy
- Utilize USES=localbase

Sponsored by:	The FreeBSD Foundation
2023-07-23 22:02:29 +02:00

35 lines
702 B
Makefile

PORTNAME= scim-pinyin
PORTVERSION= 0.5.92
PORTREVISION= 4
CATEGORIES= chinese
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM Chinese Smart Pinyin input method
WWW= https://github.com/scim-im/scim
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= scim>=1.2.0:textproc/scim
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= gmake iconv libtool:keepla localbase:ldflags pathfix pkgconfig
USE_CXXSTD= c++14
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-skim-support
INSTALL_TARGET= install-strip
CPPFLAGS+= -D__STDC_ISO_10646__
LDFLAGS+= -lintl
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>