32 lines
833 B
Makefile
32 lines
833 B
Makefile
# $OpenBSD: Makefile,v 1.28 2013/06/20 08:26:13 ajacoutot Exp $
|
|
|
|
COMMENT= powerful console ftp client with many features
|
|
|
|
DISTNAME= yafc-1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/}
|
|
REVISION= 3
|
|
|
|
HOMEPAGE= http://yafc.sourceforge.net/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += asn1 c com_err crypto gssapi heimbase
|
|
WANTLIB += krb5 ncurses readline roken wind
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
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>
|