1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/ftp/llnlxftp/Makefile

27 lines
511 B
Makefile
Raw Normal View History

# New ports collection makefile for: llnlxftp
# Date created: 9 November 1997
# Whom: Dima Ruban <dima@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 05:31:29 +00:00
PORTNAME= llnlxftp
PORTVERSION= 2.1
PORTREVISION= 2
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp
2000-06-07 18:02:02 +00:00
MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxftp/
2000-04-12 05:31:29 +00:00
DISTNAME= latest_xftp
EXTRACT_SUFX= .tar.Z
MAINTAINER= beech@FreeBSD.org
COMMENT= Motif FTP client
PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp
WRKSRC= ${WRKDIR}/llnlxftp2.1/sources
USE_MOTIF= yes
USE_IMAKE= yes
MAN1= xftp.1
.include <bsd.port.mk>