freebsd-ports/japanese/kasumi/Makefile

38 lines
784 B
Makefile
Raw Normal View History

# New ports collection makefile for: kasumi
# Date Created: 10 January 2005
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kasumi
PORTVERSION= 2.2
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/22902
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= A dictionary management tool for anthy
USE_GMAKE= yes
USE_GNOME= gnomehier gtk20
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --mandir=${PREFIX}/man
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
MAN1= kasumi.1
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk>