19 lines
496 B
Makefile
19 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/09/04 18:55:09 wiz Exp $
|
|
#
|
|
|
|
.include "version.mk"
|
|
|
|
DISTNAME= sj3-${SJ3_VERSION}
|
|
CATEGORIES= japanese inputmethod
|
|
MASTER_SITES= http://sj3.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://code.google.com/archive/p/sj3/
|
|
COMMENT= SJ3 Japanese input method
|
|
|
|
META_PACKAGE= yes
|
|
|
|
DEPENDS+= sj3-server>=${SJ3_VERSION}:../../inputmethod/sj3-server
|
|
DEPENDS+= sj3-client>=${SJ3_VERSION}:../../inputmethod/sj3-client
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|