pkgsrc/net/yafc/Makefile
wiz b5d6d92ccd *: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
2021-10-21 07:46:31 +00:00

31 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.23 2021/10/21 07:46:37 wiz Exp $
DISTNAME= yafc-0.7.10
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://yafc.sourceforge.net/
COMMENT= Yet another FTP client
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
INFO_FILES= yes
.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
LIBS+= -lcrypt -lcrypto
.endif
.include "../../devel/readline/buildlink3.mk"
.if defined(KERBEROS)
.include "../../mk/krb5.buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"