1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/downloader/Makefile
R. Imura 0e26f0d976 Update to version 1.11.
Maintainer is now ports@FreeBSD.org, because email to him has been
bouncing since last Decenber..

PR:		16701
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-02-20 16:08:19 +00:00

25 lines
545 B
Makefile

# New ports collection makefile for: downloader
# Version required: 1.11
# Date Created: 23 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
DISTNAME= nt-1.11
PKGNAME= downloader-1.11
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.server51.freshmeat.net/pub/d4x/ \
ftp://ftp.lonyay.edu.hu/pub/software/nt/ \
http://people.FreeBSD.org/~imura/distfiles/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
WRKSRC= ${WRKDIR}/${DISTNAME}/main
CFLAGS= -pedantic
.include <bsd.port.mk>