openbsd-ports/net/curl/Makefile

31 lines
781 B
Makefile
Raw Normal View History

2000-09-06 16:50:13 -04:00
# $OpenBSD: Makefile,v 1.15 2000/09/06 20:50:13 brad Exp $
2000-09-06 16:50:13 -04:00
DISTNAME= curl-7.2.1
CATEGORIES= net
2000-09-06 16:50:13 -04:00
NEED_VERSION= 1.324
MASTER_SITES= http://curl.haxx.se/download/ \
1999-08-17 20:14:17 -04:00
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/
2000-03-14 17:38:19 -05:00
MAINTAINER= markus@openbsd.org
2000-03-14 17:38:19 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
2000-09-06 16:50:13 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-thread
2000-09-06 16:50:13 -04:00
DOCS= CHANGES LEGAL MPL-1.0.txt README
post-install:
2000-01-17 00:05:15 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
2000-09-06 16:50:13 -04:00
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/curl
.include <bsd.port.mk>