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:
parent
9cad8f3a86
commit
a928a693df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363430
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libvanessa_logger
|
||||
PORTVERSION= 0.0.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_logger/${PORTVERSION}/
|
||||
DISTNAME= vanessa_logger-${PORTVERSION}
|
||||
@ -10,8 +11,7 @@ DISTNAME= vanessa_logger-${PORTVERSION}
|
||||
MAINTAINER= thomas@bsdunix.ch
|
||||
COMMENT= Library that provides a generic logging layer
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix tar:bzip2
|
||||
USES= libtool pathfix tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_have_decl_facilitynames=yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
include/vanessa_logger.h
|
||||
lib/libvanessa_logger.a
|
||||
lib/libvanessa_logger.la
|
||||
lib/libvanessa_logger.so
|
||||
lib/libvanessa_logger.so.0
|
||||
lib/libvanessa_logger.so.0.0.5
|
||||
libdata/pkgconfig/vanessa-logger.pc
|
||||
|
Loading…
Reference in New Issue
Block a user