aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget/Makefile
blob: fc2be9d8bb9096e4c7a5105d3572ba3ede0829a7 (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
# New ports collection makefile for:    wget
# Version required: 1.5.0
# Date created:     31 December 1996
# Whom:         Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp $
#

DISTNAME=   wget-1.5.0
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_GNU}

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
    @strip ${PREFIX}/bin/wget

.include <bsd.port.mk>