mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
f212c3296a
commit
321a18f182
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360420
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= libhangul
|
PORTNAME= libhangul
|
||||||
PORTVERSION= 0.1.0
|
PORTVERSION= 0.1.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= korean
|
CATEGORIES= korean
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ OPTIONS_DEFINE= NLS
|
|||||||
OPTIONS_DEFAULT=NLS
|
OPTIONS_DEFAULT=NLS
|
||||||
OPTIONS_SUB= NLS
|
OPTIONS_SUB= NLS
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= iconv pkgconfig
|
USES= iconv libtool pkgconfig
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
bin/hangul
|
bin/hangul
|
||||||
include/hangul-1.0/hangul.h
|
include/hangul-1.0/hangul.h
|
||||||
lib/libhangul.a
|
lib/libhangul.a
|
||||||
lib/libhangul.la
|
|
||||||
lib/libhangul.so
|
lib/libhangul.so
|
||||||
lib/libhangul.so.1
|
lib/libhangul.so.1
|
||||||
|
lib/libhangul.so.1.0.0
|
||||||
libdata/pkgconfig/libhangul.pc
|
libdata/pkgconfig/libhangul.pc
|
||||||
%%NLS%%share/locale/ko/LC_MESSAGES/libhangul.mo
|
%%NLS%%share/locale/ko/LC_MESSAGES/libhangul.mo
|
||||||
%%DATADIR%%/hanja/hanja.txt
|
%%DATADIR%%/hanja/hanja.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user