1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/uriparser/Makefile
Jason E. Hale 38232f71bf - Update to 0.7.7 [1]
- 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
2012-10-17 11:33:04 +00:00

24 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>