mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0e26f0d976
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>
25 lines
545 B
Makefile
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>
|