- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
e1ff2c5fe6
commit
e1c32b1753
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363424
2 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= t1lib
|
||||
PORTVERSION= 5.1.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SUNSITE/libs/graphics/ \
|
||||
|
@ -14,8 +14,9 @@ COMMENT= Type 1 font rasterization library for Unix/X11
|
|||
|
||||
LICENSE= LGPL20
|
||||
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake libtool
|
||||
USE_AUTOTOOLS= libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= without_doc
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -3,11 +3,9 @@ bin/type1afm
|
|||
include/t1lib.h
|
||||
%%X11%%include/t1libx.h
|
||||
lib/libt1.a
|
||||
lib/libt1.la
|
||||
lib/libt1.so
|
||||
lib/libt1.so.5
|
||||
%%X11%%lib/libt1x.a
|
||||
%%X11%%lib/libt1x.la
|
||||
%%X11%%lib/libt1x.so
|
||||
%%X11%%lib/libt1x.so.5
|
||||
%%PORTDOCS%%%%DOCSDIR%%/t1lib_doc.pdf
|
||||
|
|
Loading…
Reference in a new issue