aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libr3/Makefile
blob: eb62cca1b073ea3b0d1dd8ce4250060a516ab94a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	libr3
PORTVERSION=	1.0.0
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	gasol.wu@gmail.com
COMMENT=	URL router library with high performance
WWW=		https://github.com/c9s/r3

LICENSE=	MIT

LIB_DEPENDS=	libcheck.so:devel/check \
		libgvc.so:graphics/graphviz \
		libpcre.so:devel/pcre

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-graphviz
USES=		autoreconf libtool pathfix pkgconfig
INSTALL_TARGET=	install-strip

USE_GITHUB=	yes
GH_ACCOUNT=	c9s
GH_PROJECT=	r3

.include <bsd.port.mk>