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
bb4054aff2
commit
6f24e4ed9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360298
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= silgraphite
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -13,7 +13,7 @@ COMMENT= Font engine for complex non-Roman writing systems
|
||||
OPTIONS_DEFINE= FREETYPE
|
||||
OPTIONS_DEFAULT= FREETYPE
|
||||
|
||||
USES= pkgconfig
|
||||
USES= libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-xft --without-pangographite
|
||||
|
@ -1,8 +1,8 @@
|
||||
%%WITH_FREETYPE%%include/graphite/FreetypeFont.h
|
||||
%%WITH_FREETYPE%%lib/libgraphite-ft.a
|
||||
%%WITH_FREETYPE%%lib/libgraphite-ft.la
|
||||
%%WITH_FREETYPE%%lib/libgraphite-ft.so
|
||||
%%WITH_FREETYPE%%lib/libgraphite-ft.so.0
|
||||
%%WITH_FREETYPE%%lib/libgraphite-ft.so.0.0.0
|
||||
include/graphite/FileFont.h
|
||||
include/graphite/Font.h
|
||||
include/graphite/GrAppData.h
|
||||
@ -28,8 +28,8 @@ include/graphite/Segment.h
|
||||
include/graphite/SegmentAux.h
|
||||
include/graphite/SegmentPainter.h
|
||||
lib/libgraphite.a
|
||||
lib/libgraphite.la
|
||||
lib/libgraphite.so
|
||||
lib/libgraphite.so.3
|
||||
lib/libgraphite.so.3.0.0
|
||||
libdata/pkgconfig/silgraphite.pc
|
||||
@dirrm include/graphite
|
||||
|
Loading…
Reference in New Issue
Block a user