1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/czmq4: resort Makefile

This commit is contained in:
Kirill Ponomarev 2021-06-29 08:29:45 +02:00
parent adb457c703
commit e584ad712a

View File

@ -15,25 +15,23 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \
LIB_DEPENDS= libzmq.so:net/libzmq4
USES= autoreconf libtool pkgconfig shebangfix
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= zeromq
USE_LDCONFIG= yes
SHEBANG_FILES= doc/mkman mkdoc model/chkopts.pl model/rename_class
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-drafts="yes" \
--with-docs="yes" \
--with-libzmq=${LOCALBASE} \
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
MAKE_ENV= V=1
INSTALL_TARGET= install-strip
TEST_TARGET= check
SHEBANG_FILES= doc/mkman mkdoc \
model/chkopts.pl \
model/rename_class
CPPFLAGS+= -Wno-error
CONFLICTS_INSTALL= czmq-3.*
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} \
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
--enable-drafts="yes" \
--with-docs="yes"
MAKE_ENV= V=1
CPPFLAGS+= -Wno-error
.include <bsd.port.mk>