freebsd-ports/ftp/gnusget/Makefile
Philip M. Gollucci 5de6913d24 - Update download locations, update WWW
Reported by:    -fetch-original pointyhat run
2009-02-01 08:03:29 +00:00

26 lines
575 B
Makefile

# New ports collection makefile for: gnusget
# Date created: 19 January 2006
# Whom: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gnusget
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://fb.roolz.org/gnusget/
MAINTAINER= ilya.otyutskiy@gmail.com
COMMENT= Shell-extension for wget, which uses download- and history-file
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
NO_BUILD= yes
PLIST_FILES= bin/gnusget
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${PREFIX}/bin
.include <bsd.port.mk>