2014-04-21 14:09:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2014/04/21 14:09:56 ajacoutot Exp $
|
2001-04-07 09:28:28 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= powerful console ftp client with many features
|
2000-08-18 03:51:25 +00:00
|
|
|
|
2005-05-24 20:39:49 +00:00
|
|
|
DISTNAME= yafc-1.1
|
2000-09-02 00:28:32 +00:00
|
|
|
CATEGORIES= net
|
2013-06-18 21:34:00 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/}
|
2014-04-21 14:09:56 +00:00
|
|
|
REVISION= 4
|
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
|
|
|
|
2013-06-17 19:30:22 +00:00
|
|
|
# GPLv2
|
2000-08-18 03:51:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-07-12 22:07:37 +00:00
|
|
|
|
2014-04-21 14:09:56 +00:00
|
|
|
WANTLIB += c ncurses readline
|
2000-08-18 03:51:25 +00:00
|
|
|
|
2012-10-15 15:18:31 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2004-08-03 18:24:40 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
|
2013-06-17 19:30:22 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2005-10-02 08:29:57 +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>
|