blob: d39c13d26d7a7d7dfb1d953d1cdb87aa903cb77a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Ed Schouten <ed@fxq.nl>
# $FreeBSD$
PORTNAME= uriparser
PORTVERSION= 0.7.7
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
MAINTAINER= ed@FreeBSD.org
COMMENT= URI parsing library
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-doc --disable-test
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|