openbsd-ports/net/curl/Makefile

39 lines
948 B
Makefile

# $OpenBSD: Makefile,v 1.23 2001/02/22 22:19:52 espie Exp $
DISTNAME= curl-7.6.1
CATEGORIES= net
NEED_VERSION= 1.336
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \
ftp://ftp.win.or.jp/pub/network/www/misc/ \
ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/
HOMEPAGE= http://curl.haxx.se/
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-thread
FLAVORS= kerberos
FLAVOR?=
.if ${FLAVOR:L:Mkerberos}
CONFIGURE_ARGS+= --with-krb4-includes="/usr/include/kerberosIV"
CONFIGURE_ARGS+= --disable-ipv6
.endif
DOCS= CHANGES LEGAL MITX.txt README
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/curl
.include <bsd.port.mk>