1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/wget/Makefile

31 lines
813 B
Makefile
Raw Normal View History

# 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.11 1999/01/27 07:41:25 fenner 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
1998-04-30 11:39:12 +00:00
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
1997-05-22 07:53:32 +00:00
post-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
1997-05-22 07:53:32 +00:00
fi
-install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
.include <bsd.port.mk>