afea3a4b20
- regen plist - update patch ok ajacoutot@
30 lines
631 B
Makefile
30 lines
631 B
Makefile
# $OpenBSD: Makefile,v 1.48 2009/10/15 08:27:04 benoit Exp $
|
|
|
|
COMMENT = retrieve files from the web via HTTP, HTTPS and FTP
|
|
|
|
DISTNAME = wget-1.12
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://www.gnu.org/software/wget/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c crypto ssl
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=wget/}
|
|
|
|
MODULES = devel/gettext
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
pre-build:
|
|
@${SUBST_CMD} ${WRKSRC}/doc/wget.texi ${WRKSRC}/doc/sample.wgetrc
|
|
|
|
.include <bsd.port.mk>
|