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
532 B
Makefile
Raw Normal View History

# New ports collection makefile for: wget
# Version required: 1.5.3
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.8 1998/06/28 03:42:10 mph Exp $
#
DISTNAME= wget-1.5.3
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>