1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/wget-devel/Makefile

24 lines
531 B
Makefile
Raw Normal View History

# New ports collection makefile for: wget
1998-06-28 03:42:10 +00:00
# Version required: 1.5.2
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
1998-06-28 03:42:10 +00:00
# $Id: Makefile,v 1.7 1998/05/19 10:52:10 tg Exp $
#
1998-06-28 03:42:10 +00:00
DISTNAME= wget-1.5.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
1998-04-30 11:39:12 +00:00
MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= yes
1997-05-22 07:53:32 +00:00
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>