2004-12-15 19:31:20 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2004/12/16 00:31:27 alek Exp $
|
2001-04-07 05:28:28 -04:00
|
|
|
|
|
|
|
COMMENT= "powerful console ftp client with many features"
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2003-04-02 05:33:20 -05:00
|
|
|
DISTNAME= yafc-1.0
|
2000-09-01 20:28:32 -04:00
|
|
|
CATEGORIES= net
|
2002-05-15 13:42:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/}
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2000-09-29 11:19:19 -04:00
|
|
|
HOMEPAGE= http://yafc.sourceforge.net/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
2000-09-01 20:28:32 -04:00
|
|
|
|
2000-09-15 13:03:42 -04:00
|
|
|
# GPL
|
2000-08-17 23:51:25 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c ncurses readline
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2003-04-02 05:33:20 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2004-08-03 14:24:40 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
|
2003-04-02 05:33:20 -05:00
|
|
|
CONFIGURE_ARGS= --with-readline --with-catgets --with-krb5=/usr/lib
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2000-09-01 20:28:32 -04:00
|
|
|
DOCS= NEWS README TODO
|
|
|
|
|
2000-08-17 23:51:25 -04:00
|
|
|
post-install:
|
2000-09-01 20:28:32 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yafc
|
2000-08-17 23:51:25 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yafc
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/yafcrc.sample ${PREFIX}/share/examples/yafc
|
2000-09-01 20:28:32 -04:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/yafc
|
2000-08-17 23:51:25 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|