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
e9ece7e7e3
commit
6bf877fa0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358417
@ -3,13 +3,14 @@
|
||||
|
||||
PORTNAME= libchewing
|
||||
PORTVERSION= 0.3.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese textproc
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= The Chewing intelligent phonetic input method library
|
||||
|
||||
USES= tar:bzip2 gmake pkgconfig pathfix
|
||||
USES= tar:bzip2 gmake pkgconfig pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -3,9 +3,9 @@ include/chewing/chewingio.h
|
||||
include/chewing/global.h
|
||||
include/chewing/mod_aux.h
|
||||
lib/libchewing.a
|
||||
lib/libchewing.la
|
||||
lib/libchewing.so
|
||||
lib/libchewing.so.3
|
||||
lib/libchewing.so.3.0.1
|
||||
libdata/pkgconfig/chewing.pc
|
||||
%%DATADIR%%/ch_index_begin.dat
|
||||
%%DATADIR%%/ch_index_phone.dat
|
||||
|
Loading…
Reference in New Issue
Block a user