mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
40dcf9de3f
commit
aefa1bac0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359267
2 changed files with 5 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= bufferpool
|
||||
PORTVERSION= 0.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://lscube.org/files/downloads/bufferpool/
|
||||
|
||||
|
@ -10,11 +11,10 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Bufferpool - the memory management library Feng and Felix depend upon
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbufferpool.so.4
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbufferpool.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include/bufferpool/bufferpool.h
|
||||
lib/libbufferpool.a
|
||||
lib/libbufferpool.la
|
||||
lib/libbufferpool.so
|
||||
lib/libbufferpool.so.4
|
||||
lib/libbufferpool.so.0
|
||||
lib/libbufferpool.so.0.4.0
|
||||
libdata/pkgconfig/libbufferpool.pc
|
||||
@dirrm include/bufferpool
|
||||
|
|
Loading…
Add table
Reference in a new issue