mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
486 B
Makefile
21 lines
486 B
Makefile
# Created by: Dima Ruban <dima@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= llnlxdir
|
|
PORTVERSION= 2.1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= https://computing.llnl.gov/resources/xdir/
|
|
DISTNAME= llnlxdir2_1_2
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Motif FTP client with drag-and-drop file transfer
|
|
|
|
PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir man/man1/xdir.1.gz
|
|
|
|
WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources
|
|
USES= imake motif tar:Z
|
|
USE_XORG= ice sm x11 xext xp xt
|
|
|
|
.include <bsd.port.mk>
|