2001-04-07 09:28:28 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2001/04/07 09:28:28 avsm Exp $
|
|
|
|
|
|
|
|
COMMENT= "powerful console ftp client with many features"
|
2000-08-18 03:51:25 +00:00
|
|
|
|
2001-02-09 12:37:28 +00:00
|
|
|
DISTNAME= yafc-0.6.6
|
2000-09-02 00:28:32 +00:00
|
|
|
CATEGORIES= net
|
2001-04-07 09:28:28 +00:00
|
|
|
NEED_VERSION= 1.387
|
2000-09-15 17:03:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= yafc
|
2000-08-18 03:51:25 +00:00
|
|
|
|
2000-09-29 15:19:19 +00:00
|
|
|
HOMEPAGE= http://yafc.sourceforge.net/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
2000-09-02 00:28:32 +00:00
|
|
|
|
2000-09-15 17:03:42 +00:00
|
|
|
# GPL
|
2000-08-18 03:51:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-09-02 00:28:32 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-04-07 09:28:28 +00:00
|
|
|
CONFIGURE_ARGS= --with-readline --with-catgets
|
2000-08-18 03:51:25 +00:00
|
|
|
|
2000-09-02 00:28:32 +00:00
|
|
|
DOCS= NEWS README TODO
|
|
|
|
|
2000-08-18 03:51:25 +00:00
|
|
|
post-install:
|
2000-09-02 00:28:32 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yafc
|
2000-08-18 03:51:25 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yafc
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/yafcrc.sample ${PREFIX}/share/examples/yafc
|
2000-09-02 00:28:32 +00:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/yafc
|
2000-08-18 03:51:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|