2010-11-19 17:31:32 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.55 2010/11/19 22:31:39 espie 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-09-13 12:48:11 -04:00
|
|
|
REVISION = 1
|
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
|
|
|
|
2010-11-11 12:20:27 -05:00
|
|
|
WANTLIB = c crypto ssl idn
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS = 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"
|
2010-11-11 12:20:27 -05:00
|
|
|
USE_GROFF = Yes
|
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>
|