aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget-devel/Makefile
blob: d2ceeefaad2b753b9aa8af3073e257487a5a2192 (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
# New ports collection makefile for:    wget
# Version required: 1.5.2
# Date created:     31 December 1996
# Whom:         Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.7 1998/05/19 10:52:10 tg Exp $
#

DISTNAME=   wget-1.5.2
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

.include <bsd.port.mk>