openbsd-ports/net/curl/Makefile

42 lines
1.1 KiB
Makefile
Raw Normal View History

2006-11-10 10:34:11 -05:00
# $OpenBSD: Makefile,v 1.55 2006/11/10 15:34:11 naddy Exp $
2001-09-25 11:00:00 -04:00
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
2006-11-10 10:34:11 -05:00
DISTNAME= curl-7.16.0
SHARED_LIBS += curl 5.0 # .4.0
CATEGORIES= net
2000-09-06 16:50:13 -04:00
MASTER_SITES= http://curl.haxx.se/download/ \
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/
HOMEPAGE= http://curl.haxx.se/
2000-03-14 17:38:19 -05:00
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
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
WANTLIB= c crypto ssl z
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
2006-06-20 13:37:42 -04:00
--mandir='$${prefix}/man' \
--with-random="/dev/arandom" \
--without-libidn
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
2003-06-01 17:43:49 -04:00
cd ${WRKSRC}; ${INSTALL_DATA} curl-style.el \
${PREFIX}/share/emacs/site-lisp
.include <bsd.port.mk>