mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
b9e37d59df
PR: ports/126011 Submitted by: Gea-Suan Lin <gslin at gslin.org>
20 lines
396 B
Makefile
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>
|