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>
|