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 13:39:12 +02:00
MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= yes
1997-05-22 09:53:32 +02: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>