blob: ca9cd2926a61e6a1630798bc6cdcf3d7dbd42791 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.common,v 1.6 2014/11/03 08:47:15 obache Exp $
#
# used by inputmethod/ibus/Makefile
# used by inputmethod/ibus-python/Makefile
DISTNAME= ibus-1.5.9
CATEGORIES= inputmethod
MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/ibus/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/ibus/patches
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
LICENSE= gnu-lgpl-v2.1
|