1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/japanese/kasumi/Makefile
Sunpoet Po-Chuan Hsieh 06bfeeb0b0 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-03-24 21:12:13 +00:00

35 lines
629 B
Makefile

# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
PORTNAME= kasumi
PORTVERSION= 2.5
PORTREVISION= 6
CATEGORIES= japanese
MASTER_SITES= OSDN/${PORTNAME}/41436
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Dictionary management tool for anthy
USES= gmake pkgconfig
USE_GNOME= gtk20
LIB_DEPENDS= libanthy.so:japanese/anthy
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>