aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ntopng-zmq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ntopng-zmq/Makefile')
-rw-r--r--devel/ntopng-zmq/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/ntopng-zmq/Makefile b/devel/ntopng-zmq/Makefile
deleted file mode 100644
index 59d4771500c9..000000000000
--- a/devel/ntopng-zmq/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-# $FreeBSD$
-
-PORTNAME= zmq
-PORTVERSION= 3.2.3
-PORTREVISION= 1
-CATEGORIES= devel net
-MASTER_SITES= http://download.zeromq.org/
-PKGNAMEPREFIX= ntopng-
-DISTNAME= zeromq-${DISTVERSION}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= NTOPNG specific ZMQ library
-
-LICENSE= LGPL3
-
-DEPRECATED= No longer required after net/ntopng 1.1
-EXPIRATION_DATE= 2015-02-04
-
-CONFIGURE_ARGS= --disable-silent-rules --without-documentation
-GNU_CONFIGURE= yes
-MAKE_JOBS_UNSAFE= yes
-USE_GCC= any
-USE_LDCONFIG= yes
-USES= libtool pathfix
-
-CONFLICTS= zmq-[0-9]*
-
-post-patch:
- @${REINPLACE_CMD} 's/tests//' ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>