mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
5bc330d9a5
commit
40d771321c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364774
@ -3,14 +3,20 @@
|
||||
|
||||
PORTNAME= libol
|
||||
PORTVERSION= 0.3.18
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.balabit.com/downloads/files/libol/0.3/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library needed by syslog-ng
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
# depends on scsh which is severily broken
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/make_class
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/libol-config
|
||||
bin/make_class
|
||||
include/libol/abstract_io.h
|
||||
include/libol/abstract_io.h.x
|
||||
include/libol/alist.h
|
||||
@ -30,7 +29,7 @@ include/libol/stream_buffer.h
|
||||
include/libol/werror.h
|
||||
include/libol/xalloc.h
|
||||
lib/libol.a
|
||||
lib/libol.la
|
||||
lib/libol.so
|
||||
lib/libol.so.0
|
||||
lib/libol.so.0.0.0
|
||||
@dirrm include/libol
|
||||
|
Loading…
Reference in New Issue
Block a user