mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
a0bcd2cf68
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
33 lines
661 B
Makefile
33 lines
661 B
Makefile
# Created by: Geoff Garside
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rabbitmq-c
|
|
PORTVERSION= 0.7.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= freebsd@geoffgarside.co.uk
|
|
COMMENT= RabbitMQ C AMQP client library
|
|
|
|
LICENSE= GPLv2 MPL
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson
|
|
|
|
CONFLICTS= rabbitmq-c-[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>
|