2001-04-18 00:14:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2001/04/18 04:14:31 brad Exp $
|
|
|
|
|
|
|
|
COMMENT= "retrieve files from the 'net via HTTP and FTP"
|
1997-12-06 15:44:45 -05:00
|
|
|
|
2001-01-11 09:45:34 -05:00
|
|
|
DISTNAME= wget-1.6
|
1997-12-06 15:44:45 -05:00
|
|
|
CATEGORIES= net
|
2001-04-18 00:14:31 -04:00
|
|
|
NEED_VERSION= 1.384
|
1997-12-06 15:44:45 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2000-08-15 01:47:12 -04:00
|
|
|
MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/
|
1999-02-23 23:29:05 -05:00
|
|
|
MASTER_SITE_SUBDIR= wget
|
1997-12-06 15:44:45 -05:00
|
|
|
|
2001-04-18 00:14:31 -04:00
|
|
|
PATCHFILES= wget-16-v6-20010418a.diff.gz:0
|
2000-08-15 01:47:12 -04:00
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2000-07-01 12:22:35 -04:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/wget/
|
|
|
|
|
2001-04-18 00:14:31 -04:00
|
|
|
LIB_DEPENDS= intl.1:gettext->=0.10.35:devel/gettext
|
2000-03-25 02:38:54 -05:00
|
|
|
|
2001-01-11 09:45:34 -05:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1997-12-06 15:44:45 -05:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2000-07-01 12:22:35 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2000-08-15 01:47:12 -04:00
|
|
|
CONFIGURE_ARGS= --enable-ipv6
|
2000-03-25 02:38:54 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1997-12-06 15:44:45 -05:00
|
|
|
|
2001-01-11 09:45:34 -05:00
|
|
|
# less broken way to force rebuild...
|
2000-08-15 01:47:12 -04:00
|
|
|
post-patch:
|
|
|
|
@echo '.PHONY: $${SUBDIRS}' >> ${WRKBUILD}/Makefile.in
|
2001-01-11 09:45:34 -05:00
|
|
|
@cd ${WRKSRC}; touch configure configure.in aclocal.m4
|
2000-08-15 01:47:12 -04:00
|
|
|
|
1997-12-06 15:44:45 -05:00
|
|
|
.include <bsd.port.mk>
|