blob: 29793459601046f3be196ed3364279f1e180e05b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.9 2004/11/27 00:32:53 wiz Exp $
DISTNAME= yafc-0.7.10
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://yafc.sourceforge.net/
COMMENT= Yet another FTP client
GNU_CONFIGURE= yes
USE_GNU_READLINE= yes
USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
INFO_FILES= yafc.info
.include "../../mk/bsd.prefs.mk"
.if defined(KERBEROS)
PKG_USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb5 --with-krb5-include=/usr/include/krb5
CPPFLAGS+= -I/usr/include/gssapi
.endif
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|