mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7dbc023568
PR: 15094 Submitted by: Mario Ferreira <lioux@linf.unb.br>
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# New ports collection makefile for: downloader
|
|
# Version required: 1.07.1
|
|
# Date Created: 23 June 1999
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= nt-1.07.1
|
|
PKGNAME= downloader-1.07.1
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/
|
|
|
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/main
|
|
|
|
.include <bsd.port.mk>
|