2010-07-12 18:07:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.50 2010/07/12 22:07:42 sthen Exp $
|
2001-04-18 00:14:31 -04:00
|
|
|
|
2009-10-15 04:27:04 -04:00
|
|
|
COMMENT = retrieve files from the web via HTTP, HTTPS and FTP
|
1997-12-06 15:44:45 -05:00
|
|
|
|
2009-10-15 04:27:04 -04:00
|
|
|
DISTNAME = wget-1.12
|
2010-07-12 18:07:37 -04:00
|
|
|
REVISION = 0
|
2009-10-15 04:27:04 -04:00
|
|
|
CATEGORIES = net
|
2000-08-15 01:47:12 -04:00
|
|
|
|
2009-10-15 04:27:04 -04:00
|
|
|
HOMEPAGE = http://www.gnu.org/software/wget/
|
2000-07-01 12:22:35 -04:00
|
|
|
|
2009-10-15 04:27:04 -04:00
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2000-03-25 02:38:54 -05:00
|
|
|
|
2009-10-15 04:27:04 -04:00
|
|
|
WANTLIB = c crypto ssl
|
2009-11-03 05:45:46 -05:00
|
|
|
LIB_DEPENDS = idn::devel/libidn
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2009-10-15 04:27:04 -04:00
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=wget/}
|
|
|
|
|
|
|
|
MODULES = devel/gettext
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
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>
|