2002-01-14 01:19:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2002/01/14 00:19:58 seb Exp $
|
2001-02-05 15:32:21 +01:00
|
|
|
|
2002-01-14 01:19:58 +01:00
|
|
|
DISTNAME= curl-7.9.2
|
2001-02-05 15:32:21 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://curl.haxx.se/download/
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://curl.haxx.se/
|
2001-02-17 18:21:28 +01:00
|
|
|
COMMENT= client that groks URLs
|
2001-02-05 15:32:21 +01:00
|
|
|
|
2001-06-29 05:48:41 +02:00
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2001-02-05 15:32:21 +01:00
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
2001-09-20 13:33:47 +02:00
|
|
|
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
|
2001-02-05 15:32:21 +01:00
|
|
|
|
2001-12-23 20:33:18 +01:00
|
|
|
# This causes curl-config not to be regenerated during build-time as it was
|
|
|
|
# already created at configure-time.
|
|
|
|
#
|
|
|
|
AUTOMAKE_POST_PATTERNS+= curl-config
|
|
|
|
|
2001-06-29 05:48:41 +02:00
|
|
|
.include "../../security/openssl/buildlink.mk"
|
2001-02-05 15:32:21 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|