freebsd-ports/ftp/wget-devel/Makefile

24 lines
531 B
Makefile
Raw Normal View History

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