2002-06-15 00:27:35 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.36 2002/06/15 04:27:35 brad Exp $
|
1999-03-27 02:18:57 -05:00
|
|
|
|
2001-09-25 11:00:00 -04:00
|
|
|
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
|
2001-03-30 13:40:59 -05:00
|
|
|
|
2002-06-15 00:27:35 -04:00
|
|
|
DISTNAME= curl-7.9.8
|
1999-03-27 02:18:57 -05:00
|
|
|
CATEGORIES= net
|
2002-06-09 14:36:38 -04:00
|
|
|
NEED_VERSION= 1.528
|
2000-09-06 16:50:13 -04:00
|
|
|
MASTER_SITES= http://curl.haxx.se/download/ \
|
2001-03-30 13:40:59 -05:00
|
|
|
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
|
|
|
|
ftp://cool.haxx.se/curl/ \
|
|
|
|
ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \
|
|
|
|
http://curl.linuxworx.com.au/ \
|
|
|
|
http://www.cubic.ch/mirror/curl/ \
|
|
|
|
http://curl.webmeta.com/ \
|
|
|
|
ftp://gd.tuwien.ac.ut/utils/archivers/curl/
|
1999-03-27 02:18:57 -05:00
|
|
|
|
2000-07-22 16:49:51 -04:00
|
|
|
HOMEPAGE= http://curl.haxx.se/
|
2000-03-14 17:38:19 -05:00
|
|
|
|
2000-09-28 13:47:04 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-03-27 02:18:57 -05:00
|
|
|
|
2000-03-14 17:38:19 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-03-30 13:40:59 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-07-22 16:49:51 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-09-06 16:50:13 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2001-03-30 13:40:59 -05:00
|
|
|
CONFIGURE_ARGS+= --enable-static --disable-thread \
|
|
|
|
--with-random="/dev/arandom"
|
1999-03-27 02:18:57 -05:00
|
|
|
|
2000-09-28 13:29:47 -04:00
|
|
|
FLAVORS= kerberos
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mkerberos}
|
2001-03-30 13:40:59 -05:00
|
|
|
CONFIGURE_ARGS+= --with-krb4-includes="/usr/include/kerberosIV" \
|
|
|
|
--disable-ipv6
|
2000-09-28 13:29:47 -04:00
|
|
|
.endif
|
|
|
|
|
2001-01-04 16:06:09 -05:00
|
|
|
DOCS= CHANGES LEGAL MITX.txt README
|
1999-03-27 02:18:57 -05:00
|
|
|
|
|
|
|
post-install:
|
2000-01-17 00:05:15 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
|
2000-09-06 16:50:13 -04:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/curl
|
1999-03-27 02:18:57 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|