mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
762 B
Makefile
29 lines
762 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.10 1998/12/08 21:03:16 billf Exp $
|
|
#
|
|
|
|
DISTNAME= wget-1.5.3
|
|
CATEGORIES= net
|
|
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/pub/unix/net/www/wget/
|
|
MASTER_SITE_SUBDIR= wget
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
fi
|
|
-install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|