aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget-devel/Makefile
blob: ddbcf9fbbe83dce0161c098cbc37735de79d506f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Ports collection makefile for:  wget
# Date created:           31 December 1996
# Whom:               Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   wget
PORTVERSION=    1.6
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= sf@FreeBSD.org

LIB_DEPENDS=    intl.1:${PORTSDIR}/devel/gettext

GNU_CONFIGURE=  yes
CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \
        LDFLAGS=-L${PREFIX}/lib

pre-build:
    @${RM} -rf ${WRKSRC}/doc/wget.info*

post-install:
    install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir

.include <bsd.port.mk>