1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/ftp/gnusget/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
755 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://edge.pp.ru/gnusget/ \
http://fb.roolz.org/gnusget/ \
http://dragomir.best-hosting.ru/gnusget/ \
http://ve7.vtx.ru/gnusget/ \
http://coddex.pp.ru/gnusget/ \
ftp://nightflame.no-ip.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>