brad 280e0ec5ec - add HOMEPAGE
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-07-22 20:49:51 +00:00

38 lines
982 B
Makefile

# $OpenBSD: Makefile,v 1.14 2000/07/22 20:49:51 brad Exp $
DISTNAME= curl-6.5.2
CATEGORIES= net
NEED_VERSION= 1.310
MASTER_SITES= http://curl.haxx.nu/stuff/ \
http://www.fts.frontec.se/~dast/stuff/ \
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= markus@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I/usr/include/ssl"
MAKEFILES= Makefile src/Makefile
post-configure:
.for x in ${MAKEFILES}
@mv ${WRKSRC}/${x} ${WRKSRC}/${x}.pre_sed
@sed -e s#@SHELL@#${SH}# ${WRKSRC}/${x}.pre_sed > ${WRKSRC}/${x}
.endfor
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
cd ${WRKSRC}; ${INSTALL_DATA} CHANGES INSTALL LEGAL MPL-1.0.txt \
README RESOURCES TODO ${PREFIX}/share/doc/curl
.include <bsd.port.mk>