freebsd-ports/devel/libr3/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
621 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= libr3
PORTVERSION= 1.0.0
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 pkgconfig
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= c9s
GH_PROJECT= r3
post-patch:
@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' \
${WRKSRC}/Makefile.am
.include <bsd.port.mk>