2010-10-18 18:36:45 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2010/10/18 18:37:00 espie 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
|
2010-07-12 22:07:37 +00:00
|
|
|
REVISION= 0
|
2000-09-02 00:28:32 +00:00
|
|
|
CATEGORIES= net
|
2002-05-15 17:42:24 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=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
|
2010-07-12 22:07:37 +00:00
|
|
|
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c ncurses readline
|
2000-08-18 03:51:25 +00:00
|
|
|
|
2003-04-02 10:33:20 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2004-08-03 18:24:40 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
|
2003-04-02 10:33:20 +00:00
|
|
|
CONFIGURE_ARGS= --with-readline --with-catgets --with-krb5=/usr/lib
|
2000-08-18 03:51:25 +00:00
|
|
|
|
2005-10-02 08:29:57 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2010-10-18 18:36:45 +00:00
|
|
|
USE_GROFF = Yes
|
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>
|