- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
2699b52547
commit
60d0b7d184
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355864
2 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= dotconfpp
|
||||
PORTVERSION= 0.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF \
|
||||
http://voodoo.com.ua/dotconfpp/
|
||||
|
@ -10,10 +11,10 @@ MASTER_SITES= SF \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Configuration file parser written in C++
|
||||
|
||||
USES= compiler:env
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
USES= compiler:env libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include/dotconf++/dotconfpp.h
|
||||
include/dotconf++/mempool.h
|
||||
lib/libdotconfpp.a
|
||||
lib/libdotconfpp.la
|
||||
lib/libdotconfpp.so
|
||||
lib/libdotconfpp.so.0
|
||||
lib/libdotconfpp.so.0.0.3
|
||||
@dirrm include/dotconf++
|
||||
|
|
Loading…
Reference in a new issue