4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
30 lines
621 B
Makefile
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>
|