mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.99.8
- LICENSE added PR: ports/156041 Submitted by: Hyogeol Lee <hyogeollee AT gmail.com>
This commit is contained in:
parent
8d27ddb9bd
commit
7de9d7834e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272516
3 changed files with 18 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue