2011-07-05 04:18:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.77 2011/07/05 08:18:11 jasper Exp $
|
1999-03-27 02:18:57 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
|
2001-03-30 13:40:59 -05:00
|
|
|
|
2011-07-05 04:18:11 -04:00
|
|
|
DISTNAME= curl-7.21.7
|
|
|
|
SHARED_LIBS= curl 19.0 # .6.0
|
1999-03-27 02:18:57 -05:00
|
|
|
CATEGORIES= net
|
2000-09-06 16:50:13 -04:00
|
|
|
MASTER_SITES= http://curl.haxx.se/download/ \
|
2010-09-19 12:30:26 -04:00
|
|
|
ftp://ftp.sunet.se/pub/www/utilities/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
|
|
|
|
2005-05-26 19:13:28 -04:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
1999-03-27 02:18:57 -05:00
|
|
|
|
2002-11-23 22:40:08 -05:00
|
|
|
# MIT
|
2000-03-14 17:38:19 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-11-14 14:38:58 -05:00
|
|
|
MODULES= devel/gettext
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS= devel/libidn
|
2010-09-19 12:30:26 -04:00
|
|
|
WANTLIB= c crypto idn ssl z
|
2005-10-16 11:31:39 -04:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
2005-05-26 19:13:28 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2005-10-16 11:31:39 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2008-05-13 13:56:29 -04:00
|
|
|
--with-ca-bundle=/etc/ssl/cert.pem \
|
2005-10-16 11:31:39 -04:00
|
|
|
--with-random="/dev/arandom" \
|
2007-05-13 13:08:25 -04:00
|
|
|
--with-libidn=${LOCALBASE} \
|
|
|
|
--without-libssh2
|
1999-03-27 02:18:57 -05:00
|
|
|
|
|
|
|
post-install:
|
2003-05-27 10:35:12 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
2003-06-01 17:43:49 -04:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} curl-style.el \
|
2003-05-27 10:35:12 -04:00
|
|
|
${PREFIX}/share/emacs/site-lisp
|
1999-03-27 02:18:57 -05:00
|
|
|
|
2010-09-19 12:30:26 -04:00
|
|
|
# Note:
|
|
|
|
# use ulimit -p 256 for regress
|
|
|
|
|
1999-03-27 02:18:57 -05:00
|
|
|
.include <bsd.port.mk>
|