mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
22 lines
368 B
Makefile
22 lines
368 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= uriparser
|
|
PORTVERSION= 0.7.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
COMMENT= URI parsing library
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-doc --disable-test
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake pathfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|