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

34 lines
781 B
Makefile
Raw Normal View History

2000-02-13 03:25:05 +00:00
# ex:ts=8
# Ports collection makefile for: wget
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 05:31:29 +00:00
PORTNAME= wget
PORTVERSION= 1.5.3
CATEGORIES= ftp www ipv6
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
CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \
1999-08-02 07:29:10 +00:00
LDFLAGS=-L${PREFIX}/lib
2000-06-24 15:33:02 +00:00
pre-build:
${RM} -rf ${WRKSRC}/doc/wget.info*
1997-05-22 07:53:32 +00:00
post-install:
2000-06-24 15:33:02 +00:00
install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
1997-05-22 07:53:32 +00:00
.include <bsd.port.mk>