pkgsrc/textproc/uriparser/Makefile
bjs 9be256adda Update to uriparser-0.7.3. Adds a missing NULL check in
parsing routines.  Also, they ship doxygen-generated qt help
files, but installing those will require a seperate docs package
or doxgen option to avoid the large dependency.
2008-11-11 09:11:22 +00:00

27 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/11/11 09:11:22 bjs Exp $
#
DISTNAME= uriparser-0.7.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uriparser/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://uriparser.sourceforge.net/
COMMENT= URI parsing library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_FEATURES= snprintf
TEST_TARGET= check
.include "../../mk/bsd.fast.prefs.mk"
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
USE_LANGUAGES= c c++
.endif
.include "../../mk/bsd.pkg.mk"