1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/zmq/Makefile
Vanilla I. Shu b9e37d59df Add zmq 0.2, open source message queue optimised for performance.
PR:		ports/126011
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-07-29 06:09:53 +00:00

20 lines
396 B
Makefile

# New ports collection makefile for: zmq
# Date created: 2008-07-28
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= zmq
PORTVERSION= 0.2
CATEGORIES= devel net
MASTER_SITES= http://www.zeromq.org/local--files/area:download/
MAINTAINER= gslin@gslin.org
COMMENT= Open source message queue optimised for performance
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>