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