Support stage

This commit is contained in:
Baptiste Daroussin 2014-03-06 18:33:29 +00:00
parent bb458279bb
commit 5547e7093a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347299

View file

@ -12,7 +12,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= cy@FreeBSD.org
COMMENT= Motif FTP client
PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp
PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \
man/man1/xftp.1.gz
WRKSRC= ${WRKDIR}/llnlxftp2.1/sources
USES= imake motif
USE_XORG= ice sm x11 xext xp xt
@ -21,7 +22,4 @@ CFLAGS+= -Wno-implicit-int \
-Wno-implicit-function-declaration \
-Wno-return-type
MAN1= xftp.1
NO_STAGE= yes
.include <bsd.port.mk>