freebsd-ports/ftp/llnlxftp/Makefile

28 lines
543 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 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 07:31:29 +02:00
PORTNAME= llnlxftp
PORTVERSION= 2.1
PORTREVISION= 3
1999-08-02 12:44:03 +02:00
CATEGORIES= ftp
2000-06-07 20:02:02 +02:00
MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxftp/
2000-04-12 07:31:29 +02:00
DISTNAME= latest_xftp
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@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
USE_XORG= ice sm x11 xext xp xt
MAN1= xftp.1
.include <bsd.port.mk>