1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/ftp/wget/Makefile
David E. O'Brien af7199f926 ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ now is
ftp://ftp.max.irk.ru/unix/net/www/wget/

Submitted by:	Oleg V. Volkov <rover@lglobus.ru>
1999-07-15 06:15:10 +00:00

32 lines
747 B
Makefile

# New ports collection makefile for: wget
# Version required: 1.5.3
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.15 1999/07/04 19:05:24 obrien Exp $
#
DISTNAME= wget-1.5.3
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \
ftp://ftp.uni-mainz.de/pub/gnu/wget/ \
ftp://ftp.max.irk.ru/unix/net/www/wget/
MASTER_SITE_SUBDIR= wget
MAINTAINER= obrien@FreeBSD.ORG
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
INFOFILES= wget.info
post-install:
.for i in ${INFOFILES}
install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir
.endfor
.include <bsd.port.mk>