mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES Approved by: portmgr blanket
This commit is contained in:
parent
132fc2c47a
commit
d176b4146e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361140
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cal3d
|
||||
PORTVERSION= 20060720
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= acm/${PORTNAME}
|
||||
@ -15,10 +15,9 @@ COMMENT= Skeletal based 3D character animation library written in C++ (devel)
|
||||
|
||||
CONFLICTS= cal3d-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= automake autoheader libtool
|
||||
USE_AUTOTOOLS= automake autoheader libtoolize
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
||||
post-patch:
|
||||
|
@ -43,9 +43,9 @@ include/cal3d/submesh.h
|
||||
include/cal3d/tinyxml.h
|
||||
include/cal3d/transform.h
|
||||
include/cal3d/vector.h
|
||||
lib/libcal3d.so.12
|
||||
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