summaryrefslogtreecommitdiff
path: root/www/curl/Makefile
blob: 178293e5551253daf694e79a74bc06e17bfcf432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.4 2001/06/29 03:48:41 jlam Exp $

DISTNAME=	curl-7.7.1
CATEGORIES=	www
MASTER_SITES=	http://curl.haxx.se/download/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://curl.haxx.se/
COMMENT=	client that groks URLs

USE_BUILDLINK_ONLY=	yes
GNU_CONFIGURE=		yes
USE_GMAKE=		yes
USE_LIBTOOL=		yes
LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig

.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"