2633ac574f
Uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
27 lines
544 B
Makefile
27 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/11/08 18:36:14 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= uriparser-0.6.0
|
|
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"
|