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
99fffb966b
commit
132fc2c47a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361139
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cal3d
|
||||
PORTVERSION= 0.11.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= http://download.gna.org/cal3d/sources/
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
@ -13,9 +13,9 @@ COMMENT= Skeletal based 3D character animation library written in C++
|
||||
|
||||
CONFLICTS= cal3d-devel-[0-9]*
|
||||
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= automake autoheader libtool
|
||||
USE_AUTOTOOLS= automake autoheader
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
AUTOTOOLSFILES= aclocal.m4
|
||||
|
@ -43,10 +43,9 @@ include/cal3d/submesh.h
|
||||
include/cal3d/tinyxml.h
|
||||
include/cal3d/transform.h
|
||||
include/cal3d/vector.h
|
||||
lib/libcal3d.so.12
|
||||
lib/libcal3d.a
|
||||
lib/libcal3d.la
|
||||
lib/libcal3d.so
|
||||
lib/libcal3d.so.12
|
||||
lib/libcal3d.so.12.0.0
|
||||
libdata/pkgconfig/cal3d.pc
|
||||
man/man1/cal3d_converter.1.gz
|
||||
@dirrm include/cal3d
|
||||
|
Loading…
Reference in New Issue
Block a user