1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/ftp/downloader/Makefile
Chris Piazza 2e789763d2 Update to version 1.0b2
PR:		13367
Submitted by:	maintainer
1999-08-26 23:08:22 +00:00

24 lines
504 B
Makefile

# New ports collection makefile for: downloader
# Version required: 1.0b2
# Date Created: 23 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
DISTNAME= nt-1.0-BETA2
PKGNAME= downloader-1.0b2
CATEGORIES= ftp
MASTER_SITES= http://www.krasu.ru/soft/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>