2003-02-14 02:38:15 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.39 2003/02/14 02:38:15 brad Exp $
|
1999-03-27 07:18:57 +00:00
|
|
|
|
2001-09-25 15:00:00 +00:00
|
|
|
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
|
2001-03-30 18:40:59 +00:00
|
|
|
|
2003-02-07 03:40:25 +00:00
|
|
|
DISTNAME= curl-7.10.3
|
2003-02-14 02:38:15 +00:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
1999-03-27 07:18:57 +00:00
|
|
|
CATEGORIES= net
|
2000-09-06 20:50:13 +00:00
|
|
|
MASTER_SITES= http://curl.haxx.se/download/ \
|
2001-03-30 18:40:59 +00: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 07:18:57 +00:00
|
|
|
|
2000-07-22 20:49:51 +00:00
|
|
|
HOMEPAGE= http://curl.haxx.se/
|
2000-03-14 22:38:19 +00:00
|
|
|
|
2000-09-28 17:47:04 +00:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-03-27 07:18:57 +00:00
|
|
|
|
2002-11-24 03:40:08 +00:00
|
|
|
# MIT
|
2000-03-14 22:38:19 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-03-30 18:40:59 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-07-22 20:49:51 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-09-06 20:50:13 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2003-02-07 03:40:25 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-static \
|
|
|
|
--with-random="/dev/arandom"
|
1999-03-27 07:18:57 +00:00
|
|
|
|
2000-09-28 17:29:47 +00:00
|
|
|
FLAVORS= kerberos
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mkerberos}
|
2003-02-07 03:40:25 +00:00
|
|
|
CONFIGURE_ARGS+=--with-krb4-includes="/usr/include/kerberosIV" \
|
|
|
|
--disable-ipv6
|
2000-09-28 17:29:47 +00:00
|
|
|
.endif
|
|
|
|
|
1999-03-27 07:18:57 +00:00
|
|
|
post-install:
|
2000-01-17 05:05:15 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
|
2003-02-07 03:40:25 +00:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} README ${PREFIX}/share/doc/curl
|
2002-11-24 03:40:08 +00:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} curl-mode.el ${PREFIX}/share/curl
|
1999-03-27 07:18:57 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|