1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/ftp/downloader/Makefile
Chris Piazza ba5e95a9b4 Import of ``downloader''.
A GTK+ based app that allows you to download from ftp or http based
servers much in the same way as "ReGet" for Windows.

PR:	12345
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
1999-06-23 00:43:50 +00:00

25 lines
526 B
Makefile

# New ports collection makefile for: downloader
# Version required: 0.98
# Date Created: 23 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $Id$
#
DISTNAME= nt-0.98
PKGNAME= download-0.98
CATEGORIES= net
MASTER_SITES= http://www.krasu.ru/soft/chuchelo/ \
ftp://linux.ru.net/pub/chuchelo/
MAINTAINER= ijliao@csie.nctu.edu.tw
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
WRKSRC= ${WRKDIR}/${DISTNAME}/main
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} nt ${PREFIX}/bin
.include <bsd.port.mk>