freebsd-ports/net/rabbitmq-c/Makefile
Antoine Brodin b72538e2e9 Unbreak the ports tree
Reported by:	pkg-fallout
Pointy hat:	rodrigo
With hat:	portmgr
2017-11-26 06:18:25 +00:00

31 lines
656 B
Makefile

# Created by: Geoff Garside
# $FreeBSD$
PORTNAME= rabbitmq-c
PORTVERSION= 0.8.0
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= freebsd@geoffgarside.co.uk
COMMENT= RabbitMQ C AMQP client library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson
CONFLICTS= rabbitmq-c-devel-[0-9]*
USES= cmake pathfix python tar:bzip2
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= alanxz
OPTIONS_DEFINE= POPT
OPTIONS_SUB= yes
POPT_DESC= Popt support in tools
POPT_LIB_DEPENDS= libpopt.so:devel/popt
POPT_CFLAGS= -I${LOCALBASE}/include
POPT_LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>