2006-02-10 21:10:03 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2006/02/10 21:10:03 aanriot Exp $
|
2001-04-18 04:14:31 +00:00
|
|
|
|
2006-02-10 21:10:03 +00:00
|
|
|
COMMENT= "retrieve files from the web via HTTP, HTTPS and FTP"
|
1997-12-06 20:44:45 +00:00
|
|
|
|
2005-10-14 22:24:36 +00:00
|
|
|
DISTNAME= wget-1.10.2
|
2006-02-10 21:10:03 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
1997-12-06 20:44:45 +00:00
|
|
|
CATEGORIES= net
|
2002-05-15 17:42:24 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
|
2000-08-15 05:47:12 +00:00
|
|
|
|
2000-07-01 16:22:35 +00:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/wget/
|
|
|
|
|
2004-08-10 09:38:34 +00:00
|
|
|
MODULES= devel/gettext
|
2000-03-25 07:38:54 +00:00
|
|
|
|
2005-07-25 07:12:58 +00:00
|
|
|
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
|
1997-12-06 20:44:45 +00:00
|
|
|
|
2003-05-14 15:03:51 +00:00
|
|
|
# GPL
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c crypto ssl
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2005-07-25 07:12:58 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2003-05-14 15:03:51 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
2005-01-26 16:41:03 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-12-10 18:37:24 +00:00
|
|
|
|
|
|
|
pre-build:
|
2003-05-14 15:03:51 +00:00
|
|
|
@perl -pi -e s#/usr/local/etc#${SYSCONFDIR}#g ${WRKSRC}/doc/wget.texi
|
|
|
|
@perl -pi -e s#/usr/local#${PREFIX}#g ${WRKSRC}/doc/wget.texi
|
|
|
|
@perl -pi -e s#/usr/local/etc#${SYSCONFDIR}#g ${WRKSRC}/doc/sample.wgetrc
|
2000-08-15 05:47:12 +00:00
|
|
|
|
1997-12-06 20:44:45 +00:00
|
|
|
.include <bsd.port.mk>
|