aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget-devel/Makefile
blob: 23aee6399cf507cde1a274b79bda016c4bac7eba (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.0
# Date created:     31 December 1996
# Whom:         Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.5 1998/04/30 11:39:06 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

.include <bsd.port.mk>