freebsd-ports/devel/libr3/Makefile
Tijl Coosemans 1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00

27 lines
521 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= libr3
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= URL router library with high performance
LICENSE= MIT
LIB_DEPENDS= libcheck.so:devel/libcheck \
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>