1
0
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:
Dmitry Marakasov 2014-08-14 05:45:10 +00:00
parent 2203c9e635
commit 6fef5eafe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364830
2 changed files with 3 additions and 3 deletions

View File

@ -3,14 +3,14 @@
PORTNAME= wfmath
PORTVERSION= 1.0.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= Worldforge math library
USES= pathfix pkgconfig compiler:c++11-lib
USES= libtool pathfix pkgconfig compiler:c++11-lib
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -35,9 +35,9 @@ include/wfmath-1.0/wfmath/vector_funcs.h
include/wfmath-1.0/wfmath/wfmath.h
include/wfmath-1.0/wfmath/wrapped_array.h
include/wfmath-1.0/wfmath/zero.h
lib/libwfmath-1.0.la
lib/libwfmath-1.0.so
lib/libwfmath-1.0.so.1
lib/libwfmath-1.0.so.1.0.0
libdata/pkgconfig/wfmath-1.0.pc
@dirrm include/wfmath-1.0/wfmath
@dirrm include/wfmath-1.0