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
2a00c5058e
commit
bd1c2e50e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358674
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= cgicc
|
||||
PORTVERSION= 3.2.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -13,8 +14,8 @@ LICENSE= LGPL3 # (or later)
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= gmake pathfix
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
||||
AUTOMAKE="${TRUE}"
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -28,9 +28,9 @@ include/cgicc/XHTMLDoctype.h
|
||||
include/cgicc/XMLDeclaration.h
|
||||
include/cgicc/XMLPI.h
|
||||
lib/libcgicc.a
|
||||
lib/libcgicc.la
|
||||
lib/libcgicc.so
|
||||
lib/libcgicc.so.5
|
||||
lib/libcgicc.so.3
|
||||
lib/libcgicc.so.3.2.10
|
||||
libdata/pkgconfig/cgicc.pc
|
||||
share/aclocal/cgicc.m4
|
||||
@dirrm include/cgicc
|
||||
|
Loading…
Reference in New Issue
Block a user