mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
27 lines
601 B
Makefile
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>
|