From Takahashi Tamotsu <ttakah plus openbsd at gmail.com> with a few tweaks by me. ajacoutot@ ok.
31 lines
596 B
Makefile
31 lines
596 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/12 11:47:22 fgsch Exp $
|
|
|
|
COMMENT = japanese skk input engine for ibus
|
|
|
|
DISTNAME = ibus-skk-1.0.0
|
|
|
|
CATEGORIES = inputmethods japanese
|
|
|
|
HOMEPAGE = http://github.com/ueno/ibus-skk/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://cloud.github.com/downloads/ueno/ibus-skk/
|
|
|
|
MODULES = lang/python \
|
|
textproc/intltool
|
|
|
|
RUN_DEPENDS = ::inputmethods/ibus
|
|
|
|
USE_GMAKE = Yes
|
|
USE_LIBTOOL = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ENV = DATADIRNAME=share
|
|
|
|
.include <bsd.port.mk>
|