openbsd-ports/net/curl/Makefile
2004-12-16 00:31:20 +00:00

40 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.45 2004/12/16 00:31:21 alek Exp $
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
DISTNAME= curl-7.11.2
CATEGORIES= net
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/
MAINTAINER= Brad Smith <brad@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto ssl z
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --with-random="/dev/arandom"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
cd ${WRKSRC}; ${INSTALL_DATA} README ${PREFIX}/share/doc/curl
cd ${WRKSRC}; ${INSTALL_DATA} curl-style.el \
${PREFIX}/share/emacs/site-lisp
.include <bsd.port.mk>