forked from Lainports/freebsd-ports
Use libtool and strip shared library
This commit is contained in:
parent
71ca4b7b6b
commit
f2cadc19f9
2 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= afflib
|
||||
PORTVERSION= 3.7.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/
|
||||
|
||||
|
|
@ -16,8 +17,9 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
|
|||
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
USES= fuse pathfix
|
||||
USES= fuse libtool:keepla pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-s3=yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ lib/libafflib.a
|
|||
lib/libafflib.la
|
||||
lib/libafflib.so
|
||||
lib/libafflib.so.0
|
||||
lib/libafflib.so.0.0.0
|
||||
libdata/pkgconfig/afflib.pc
|
||||
man/man1/affcat.1.gz
|
||||
@dirrm include/afflib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue