diff options
Diffstat (limited to 'japanese/kasumi/Makefile')
-rw-r--r-- | japanese/kasumi/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index b061be860752..209b77aeabc1 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -6,25 +6,26 @@ # PORTNAME= kasumi -PORTVERSION= 0.10 -PORTREVISION= 1 -#PORTREVISION= 0 +PORTVERSION= 2.2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/16557 +MASTER_SITE_SUBDIR= ${PORTNAME}/22902 MAINTAINER= nobutaka@FreeBSD.org COMMENT= A dictionary management tool for anthy -USE_X_PREFIX= yes +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 " |