diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-04-11 09:51:49 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-04-11 09:51:49 +0000 |
commit | 7de9d7834e0be3792a9d35b14cfe7f53b6c08d57 (patch) | |
tree | 6ebecaba7e559dc50dfe735667fdbc4bfc0ff080 /korean | |
parent | 8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f (diff) | |
download | ports-7de9d7834e0be3792a9d35b14cfe7f53b6c08d57.tar.gz ports-7de9d7834e0be3792a9d35b14cfe7f53b6c08d57.zip |
- Update to 0.99.8
- LICENSE added
PR: ports/156041
Submitted by: Hyogeol Lee <hyogeollee AT gmail.com>
Notes
Notes:
svn path=/head/; revision=272516
Diffstat (limited to 'korean')
-rw-r--r-- | korean/nabi/Makefile | 9 | ||||
-rw-r--r-- | korean/nabi/distinfo | 4 | ||||
-rw-r--r-- | korean/nabi/pkg-plist | 10 |
3 files changed, 18 insertions, 5 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile index 0aaca12ca37a..2a6758255b3e 100644 --- a/korean/nabi/Makefile +++ b/korean/nabi/Makefile @@ -6,19 +6,22 @@ # PORTNAME= nabi -PORTVERSION= 0.99.7 +PORTVERSION= 0.99.8 CATEGORIES= korean gnome -MASTER_SITES= http://kldp.net/frs/download.php/5633/ +MASTER_SITES= http://kldp.net/frs/download.php/5865/ MAINTAINER= ports@FreeBSD.org COMMENT= Hangul X Input Method for Everywhere +LICENSE= GPLv2 + LIB_DEPENDS= hangul.1:${PORTSDIR}/korean/libhangul USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS= "-I${LOCALBASE}/include" .if defined(WITH_LAYOUT_390) CONFIGURE_ARGS= --with-default-keyboard=39 diff --git a/korean/nabi/distinfo b/korean/nabi/distinfo index e6a53a926f7c..60bdd248a8d6 100644 --- a/korean/nabi/distinfo +++ b/korean/nabi/distinfo @@ -1,2 +1,2 @@ -SHA256 (nabi-0.99.7.tar.gz) = 318b8b0ab0f181ce3fc0cdd12a76d8d2cdf92773648f108a02a15bb0215ac6d6 -SIZE (nabi-0.99.7.tar.gz) = 789686 +SHA256 (nabi-0.99.8.tar.gz) = 8bad787f72e7fc3b81566ac7da0377fecafddd1b4bbfff9f0c56c932f68e4254 +SIZE (nabi-0.99.8.tar.gz) = 831411 diff --git a/korean/nabi/pkg-plist b/korean/nabi/pkg-plist index a7ffa678d966..fab98d885bb7 100644 --- a/korean/nabi/pkg-plist +++ b/korean/nabi/pkg-plist @@ -34,8 +34,18 @@ bin/nabi %%DATADIR%%/themes/keyboard/english.png %%DATADIR%%/themes/keyboard/hangul.png %%DATADIR%%/themes/keyboard/none.png +%%DATADIR%%/themes/ubuntu-mono-dark/README +%%DATADIR%%/themes/ubuntu-mono-dark/english.png +%%DATADIR%%/themes/ubuntu-mono-dark/hangul.png +%%DATADIR%%/themes/ubuntu-mono-dark/none.png +%%DATADIR%%/themes/ubuntu-mono-light/README +%%DATADIR%%/themes/ubuntu-mono-light/english.png +%%DATADIR%%/themes/ubuntu-mono-light/hangul.png +%%DATADIR%%/themes/ubuntu-mono-light/none.png share/locale/de/LC_MESSAGES/nabi.mo share/locale/ko/LC_MESSAGES/nabi.mo +@dirrm %%DATADIR%%/themes/ubuntu-mono-light +@dirrm %%DATADIR%%/themes/ubuntu-mono-dark @dirrm %%DATADIR%%/themes/keyboard @dirrm %%DATADIR%%/themes/Tux @dirrm %%DATADIR%%/themes/SimplyRed |