mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool and INSTALL_TARGET=install-strip
- Rearrange Makefile a bit - Use MAKE_CMD
This commit is contained in:
parent
066a51d899
commit
9e05a05ba4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361444
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libzmq3
|
||||
PORTVERSION= 3.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.zeromq.org/
|
||||
DISTNAME= zeromq-${DISTVERSION}
|
||||
@ -11,7 +12,11 @@ COMMENT= ZeroMQ core library (Version 3)
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= pathfix
|
||||
CONFLICTS= zmq-[0-9]* libzmq[^3]-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DEBUG PGM
|
||||
@ -28,11 +33,8 @@ PGM_USES= pkgconfig
|
||||
WITH_DEBUG= yes
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFLICTS= zmq-[0-9]* libzmq[^3]-[0-9]*
|
||||
|
||||
regression-test: build
|
||||
cd ${WRKSRC} && ${MAKE} check
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
include/zmq.h
|
||||
include/zmq_utils.h
|
||||
lib/libzmq.a
|
||||
lib/libzmq.la
|
||||
lib/libzmq.so
|
||||
lib/libzmq.so.3
|
||||
lib/libzmq.so.3.0.0
|
||||
libdata/pkgconfig/libzmq.pc
|
||||
man/man3/zmq_bind.3.gz
|
||||
man/man3/zmq_close.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user