2008-10-09 14:50:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.46 2008/10/09 18:50:44 sthen Exp $
|
2001-04-18 00:14:31 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= retrieve files from the web via HTTP, HTTPS and FTP
|
1997-12-06 15:44:45 -05:00
|
|
|
|
2008-10-09 14:50:44 -04:00
|
|
|
DISTNAME= wget-1.11.4
|
1997-12-06 15:44:45 -05:00
|
|
|
CATEGORIES= net
|
2002-05-15 13:42:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
|
2000-08-15 01:47:12 -04:00
|
|
|
|
2000-07-01 12:22:35 -04:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/wget/
|
|
|
|
|
2004-08-10 05:38:34 -04:00
|
|
|
MODULES= devel/gettext
|
2000-03-25 02:38:54 -05:00
|
|
|
|
2003-05-14 11:03:51 -04:00
|
|
|
# GPL
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c crypto ssl
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2005-07-25 03:12:58 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2003-05-14 11:03:51 -04:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
2005-01-26 11:41:03 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-12-10 13:37:24 -05:00
|
|
|
|
|
|
|
pre-build:
|
2008-10-09 14:50:44 -04:00
|
|
|
@${SUBST_CMD} ${WRKSRC}/doc/wget.texi ${WRKSRC}/doc/sample.wgetrc
|
2000-08-15 01:47:12 -04:00
|
|
|
|
1997-12-06 15:44:45 -05:00
|
|
|
.include <bsd.port.mk>
|