aboutsummaryrefslogtreecommitdiff
path: root/devel/libr3/Makefile
blob: b8888f89a6ce8aa10e07b3b8756dce567bb4e62f (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
26
# Created by: Gasol Wu <gasol.wu@gmail.com>

PORTNAME=	libr3
PORTVERSION=	1.0.0
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	gasol.wu@gmail.com
COMMENT=	URL router library with high performance

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>