- Switch to USES=libtool, drop .la files

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2014-05-30 15:49:51 +00:00
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

View file

@ -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>

View file

@ -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++