mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# New ports collection makefile for: llnlxdir
|
|
# Date created: 9 November 1997
|
|
# Whom: Dima Ruban <dima@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= llnlxdir
|
|
PORTVERSION= 2.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxdir/
|
|
DISTNAME= latest_xdir
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Motif FTP client with drag-and-drop file transfer
|
|
|
|
MAN1= xdir.1
|
|
|
|
WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources
|
|
USE_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|