freebsd-ports/devel/libr3/Makefile
2021-04-06 16:31:07 +02:00

26 lines
506 B
Makefile

# 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>