freebsd-ports/japanese/kasumi/Makefile

36 lines
698 B
Makefile
Raw Normal View History

# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
PORTNAME= kasumi
2009-09-23 13:03:15 +02:00
PORTVERSION= 2.5
2012-06-01 07:26:28 +02:00
PORTREVISION= 4
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
2009-09-23 13:03:15 +02:00
MASTER_SITE_SUBDIR= ${PORTNAME}/41436
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= A dictionary management tool for anthy
2013-09-02 23:04:00 +02:00
USES= gmake pkgconfig
USE_GNOME= gnomehier gtk20
2014-06-16 16:31:28 +02:00
LIB_DEPENDS= libanthy.so:${PORTSDIR}/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>