d81d467436
0.15.3: Bugfix release from 0.15.2. The windows configure flag was backwards which lead to many people buliding without gconf support in. This is a bad bad thing because gWaei gets the install URLs through the gconf preferences. (The windows build is still experimental only!) 0.15.2: A number of fixes has gone into this version. More polish has been applied to the terminal interface, some bugs squashed, and more compatibility with different distros added. The program should be compilable on Debian Lenny now. Windows compatibility is coming along too. Because I happened to notice a large bug today after releasing, another bug fix release will be coming up soon. It has to do with the romanji->kata conversion system still acting up. Just turn it off if you think it is causing problem s with your searches in the preferences. Particularly for queries containing kanji, the results will be undefined and random.
53 lines
1.6 KiB
Makefile
53 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2009/03/22 17:37:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gwaei-0.15.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gwaei.sourceforge.net/
|
|
COMMENT= Japanese dictionary for GNOME
|
|
|
|
DEPENDS+= rsync-[0-9]*:../../net/rsync
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS= xdg-1.4 gnome2-1.6
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake perl pkg-config
|
|
|
|
GCONF_SCHEMAS= gwaei.schemas
|
|
|
|
SUBST_CLASSES+= perl
|
|
SUBST_STAGE.perl= pre-configure
|
|
SUBST_FILES.perl= src/kpengine/Makefile.in
|
|
SUBST_SED.perl= -e "s,/usr/bin/perl,${PERL5},"
|
|
SUBST_MESSAGE.perl= Fixing path to perl.
|
|
|
|
SUBST_CLASSES+= rsync
|
|
SUBST_STAGE.rsync= pre-configure
|
|
SUBST_FILES.rsync= src/io.c
|
|
SUBST_SED.rsync= -e "s,@RSYNC@,${LOCALBASE}/bin/rsync,"
|
|
SUBST_MESSAGE.rsync= Fixing path to rsync.
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/src/schemas/gwaei.schemas \
|
|
${DESTDIR}${PREFIX}/share/gconf/schemas/
|
|
|
|
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.22.0
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.22.0
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libsexy+= libsexy>=0.1.11
|
|
.include "../../devel/libsexy/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.curl+= curl>=7.18.0
|
|
.include "../../www/curl/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|