Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

27 lines
601 B
Makefile

COMMENT= powerful console ftp client with many features
DISTNAME= yafc-1.1
CATEGORIES= net
SITES= ${SITE_SOURCEFORGE:=yafc/}
REVISION= 7
HOMEPAGE= https://yafc.sourceforge.net/
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c curses readline
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
DOCS= NEWS README TODO
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yafc
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yafc
${INSTALL_DATA} ${WRKBUILD}/yafcrc.sample ${PREFIX}/share/examples/yafc
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/yafc
.include <bsd.port.mk>