2013-05-06 17:18:38 +02:00
|
|
|
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
2005-01-10 13:05:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kasumi
|
2009-09-23 13:03:15 +02:00
|
|
|
PORTVERSION= 2.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
2005-01-10 13:05:53 +01:00
|
|
|
CATEGORIES= japanese
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
2009-09-23 13:03:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/41436
|
2005-01-10 13:05:53 +01:00
|
|
|
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
|
|
COMMENT= A dictionary management tool for anthy
|
|
|
|
|
2013-09-02 23:04:00 +02:00
|
|
|
USES= gmake pkgconfig
|
2005-01-10 13:05:53 +01:00
|
|
|
USE_GNOME= gnomehier gtk20
|
2007-02-11 15:52:21 +01:00
|
|
|
LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy
|
|
|
|
|
2005-01-10 13:05:53 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-06 18:15:50 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-01-10 13:05:53 +01:00
|
|
|
|
2007-02-03 18:26:58 +01:00
|
|
|
MAN1= kasumi.1
|
|
|
|
|
2013-09-20 20:47:54 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-06 17:18:38 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2005-01-10 13:05:53 +01:00
|
|
|
PLIST_SUB+= NLS=""
|
2013-05-06 17:18:38 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2005-01-10 13:05:53 +01:00
|
|
|
.endif
|
|
|
|
|
2005-06-06 18:15:50 +02:00
|
|
|
.include <bsd.port.mk>
|