2009-11-03 10:45:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.49 2009/11/03 10:45:46 sthen Exp $
|
2001-04-18 04:14:31 +00:00
|
|
|
|
2009-10-15 08:27:04 +00:00
|
|
|
COMMENT = retrieve files from the web via HTTP, HTTPS and FTP
|
1997-12-06 20:44:45 +00:00
|
|
|
|
2009-10-15 08:27:04 +00:00
|
|
|
DISTNAME = wget-1.12
|
2009-11-03 10:45:46 +00:00
|
|
|
PKGNAME = ${DISTNAME}p0
|
2009-10-15 08:27:04 +00:00
|
|
|
CATEGORIES = net
|
2000-08-15 05:47:12 +00:00
|
|
|
|
2009-10-15 08:27:04 +00:00
|
|
|
HOMEPAGE = http://www.gnu.org/software/wget/
|
2000-07-01 16:22:35 +00:00
|
|
|
|
2009-10-15 08:27:04 +00:00
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2000-03-25 07:38:54 +00:00
|
|
|
|
2009-10-15 08:27:04 +00:00
|
|
|
WANTLIB = c crypto ssl
|
2009-11-03 10:45:46 +00:00
|
|
|
LIB_DEPENDS = idn::devel/libidn
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2009-10-15 08:27:04 +00: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 18:37:24 +00:00
|
|
|
|
|
|
|
pre-build:
|
2008-10-09 18:50:44 +00:00
|
|
|
@${SUBST_CMD} ${WRKSRC}/doc/wget.texi ${WRKSRC}/doc/sample.wgetrc
|
2000-08-15 05:47:12 +00:00
|
|
|
|
1997-12-06 20:44:45 +00:00
|
|
|
.include <bsd.port.mk>
|