mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
58457b1bfd
to fetch complete trees.
19 lines
313 B
Makefile
19 lines
313 B
Makefile
# New ports collection makefile for: wget
|
|
# Version required: 1.4.2
|
|
# Date created: 31 December 1996
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= wget-1.4.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= tg@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= wget.1
|
|
|
|
.include <bsd.port.mk>
|