1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/wget-devel/Makefile

32 lines
750 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>
#
1999-07-04 19:05:24 +00:00
# $Id: Makefile,v 1.14 1999/06/05 22:31:23 mharo Exp $
#
DISTNAME= wget-1.5.3
1999-07-04 19:05:24 +00:00
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/pub/unix/net/www/wget/
MASTER_SITE_SUBDIR= wget
1999-07-04 19:05:24 +00:00
MAINTAINER= obrien@FreeBSD.ORG
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
INFOFILES= wget.info
1997-05-22 07:53:32 +00:00
post-install:
.for i in ${INFOFILES}
install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir
.endfor
1997-05-22 07:53:32 +00:00
.include <bsd.port.mk>