2014-11-28 13:02:35 +01:00
|
|
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libr3
|
|
|
|
PORTVERSION= 1.0.0
|
2016-12-08 18:26:09 +01:00
|
|
|
PORTREVISION= 1
|
2014-11-28 13:02:35 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
|
|
COMMENT= URL router library with high performance
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libcheck.so:devel/libcheck \
|
|
|
|
libgvc.so:graphics/graphviz \
|
|
|
|
libpcre.so:devel/pcre
|
2014-11-28 13:02:35 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-graphviz
|
2016-10-21 17:21:13 +02:00
|
|
|
USES= autoreconf libtool pathfix pkgconfig
|
2014-11-28 13:02:35 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= c9s
|
|
|
|
GH_PROJECT= r3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|