2012-02-06 13:40:37 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2012/02/06 12:40:45 wiz Exp $
|
2010-07-17 10:36:41 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= skktools-1.3.1
|
2012-02-06 13:40:37 +01:00
|
|
|
PKGREVISION= 4
|
2010-07-17 10:36:41 +02:00
|
|
|
CATEGORIES= japanese inputmethod
|
|
|
|
MASTER_SITES= http://openlab.ring.gr.jp/skk/tools/
|
|
|
|
|
2011-03-07 09:52:44 +01:00
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
2010-07-17 10:36:41 +02:00
|
|
|
HOMEPAGE= http://openlab.ring.gr.jp/skk/
|
|
|
|
COMMENT= SKK dictionary manipulation tools
|
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
CONFLICTS= skkserv<3.9.4nb7
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--without-gdbm
|
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
SUBST_CLASSES+= prefix
|
|
|
|
SUBST_STAGE.prefix= pre-configure
|
|
|
|
SUBST_FILES.prefix= configure
|
|
|
|
SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
|
|
|
|
|
2011-12-03 10:22:37 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "Linux"
|
|
|
|
.include "../../databases/gdbm_compat/buildlink3.mk"
|
|
|
|
.endif
|
|
|
|
|
2010-07-17 10:36:41 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|