summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r--ftp/wget-devel/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
deleted file mode 100644
index 3f428ac9585a..000000000000
--- a/ftp/wget-devel/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.12 1999/03/20 17:18:04 nectar Exp $
-#
-
-DISTNAME= wget-1.5.3
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GNU} \
- ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
- ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \
- ftp://ftp.uni-mainz.de/pub/gnu/wget/ \
- ftp://ftp.max.irk.ru/pub/unix/net/www/wget/
-MASTER_SITE_SUBDIR= wget
-
-MAINTAINER= ports@FreeBSD.ORG
-
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-
-GNU_CONFIGURE= yes
-
-INFOFILES= wget.info
-
-post-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
-.for i in ${INFOFILES}
- install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir
-.endfor
-
-.include <bsd.port.mk>