1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/ftp/llnlxftp/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

25 lines
538 B
Makefile

# Created by: Dima Ruban <dima@FreeBSD.org>
# $FreeBSD$
PORTNAME= llnlxftp
PORTVERSION= 2.1
PORTREVISION= 4
CATEGORIES= ftp
MASTER_SITES= https://computing.llnl.gov/resources/xdir/
DISTNAME= llnlxftp2.1
MAINTAINER= cy@FreeBSD.org
COMMENT= Motif FTP client
PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \
man/man1/xftp.1.gz
WRKSRC= ${WRKDIR}/llnlxftp2.1/sources
USES= imake motif tar:Z
USE_XORG= ice sm x11 xext xp xt
CFLAGS+= -Wno-implicit-int \
-Wno-implicit-function-declaration \
-Wno-return-type
.include <bsd.port.mk>