aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/llnlxftp/Makefile
blob: 30ac11eea57d1794e871439786ad6620d247187d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>