mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
410 B
Makefile
22 lines
410 B
Makefile
# New ports collection makefile for: llnlxftp
|
|
# Date created: 9 November 1997
|
|
# Whom: Dima Ruban <dima@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= llnlxftp
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxftp/
|
|
DISTNAME= latest_xftp
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= dima@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/llnlxftp2.1/sources
|
|
REQUIRES_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|