38232f71bf
- Remove unneeded pkgconf dependency - Trim Makefile header PR: ports/171383 Submitted by: soulcatcher <soulcatcher13@gmail.com> [1] Approved by: maintainer timeout (5 weeks) [1] makc, avilla (mentors, implicit) Feature safe: yes
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# 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>
|