mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
61a22ec521
commit
e5e0709be2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359343
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= teckit
|
||||
PORTVERSION= 2.5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/ \
|
||||
http://anthesphoria.net/FreeBSD/ports/distfiles/
|
||||
@ -11,9 +12,10 @@ DISTNAME= TECkit_${PORTVERSION:S|.|_|g}
|
||||
MAINTAINER= nikola.lecic@anthesphoria.net
|
||||
COMMENT= Toolkit for converting data between 8-bit legacy encodings and Unicode
|
||||
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -5,13 +5,13 @@ include/teckit/TECkit_Common.h
|
||||
include/teckit/TECkit_Compiler.h
|
||||
include/teckit/TECkit_Engine.h
|
||||
lib/libTECkit.a
|
||||
lib/libTECkit.la
|
||||
lib/libTECkit.so
|
||||
lib/libTECkit.so.0
|
||||
lib/libTECkit.so.0.0.0
|
||||
lib/libTECkit_Compiler.a
|
||||
lib/libTECkit_Compiler.la
|
||||
lib/libTECkit_Compiler.so
|
||||
lib/libTECkit_Compiler.so.0
|
||||
lib/libTECkit_Compiler.so.0.0.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSING.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
Loading…
x
Reference in New Issue
Block a user