openbsd-ports/net/wget/Makefile

30 lines
641 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.59 2013/03/11 11:35:58 espie Exp $
COMMENT = retrieve files from the web via HTTP, HTTPS and FTP
1997-12-06 15:44:45 -05:00
2012-10-20 14:49:48 -04:00
DISTNAME = wget-1.14
CATEGORIES = net
HOMEPAGE = http://www.gnu.org/software/wget/
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
2012-10-20 14:49:48 -04:00
WANTLIB = c crypto idn pcre ssl z
LIB_DEPENDS = devel/libidn \
devel/pcre
2000-02-12 03:02:07 -05:00
MASTER_SITES = ${MASTER_SITE_GNU:=wget/}
MODULES = devel/gettext
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS += --with-ssl=openssl
pre-build:
@${SUBST_CMD} ${WRKSRC}/doc/wget.texi ${WRKSRC}/doc/sample.wgetrc
1997-12-06 15:44:45 -05:00
.include <bsd.port.mk>