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
0387f1d7e1
commit
15cf6f8e31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364186
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libpinyin
|
||||
PORTVERSION= 0.7.91
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
||||
|
||||
@ -11,9 +12,8 @@ COMMENT= Library to deal with pinyin
|
||||
|
||||
USE_BDB= yes
|
||||
USE_GNOME= glib20
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USES= gettext gmake libtool pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \
|
||||
|
@ -7,9 +7,9 @@ include/libpinyin-%%VER%%/novel_types.h
|
||||
include/libpinyin-%%VER%%/pinyin.h
|
||||
include/libpinyin-%%VER%%/pinyin_custom2.h
|
||||
lib/libpinyin.a
|
||||
lib/libpinyin.la
|
||||
lib/libpinyin.so
|
||||
lib/libpinyin.so.2
|
||||
lib/libpinyin.so.2.0.0
|
||||
libdata/pkgconfig/libpinyin.pc
|
||||
man/man1/gen_binary_files.1.gz
|
||||
man/man1/gen_unigram.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user