2013-07-15 04:02:17 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2013/07/15 02:02:27 ryoon Exp $
|
2002-06-25 04:12:39 +02:00
|
|
|
|
2002-11-29 02:27:39 +01:00
|
|
|
DISTNAME= yafc-0.7.10
|
2009-05-20 02:58:05 +02:00
|
|
|
PKGREVISION= 3
|
2002-06-25 04:12:39 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-06-25 04:12:39 +02:00
|
|
|
HOMEPAGE= http://yafc.sourceforge.net/
|
|
|
|
COMMENT= Yet another FTP client
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-10-25 20:40:23 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
2013-04-06 22:27:16 +02:00
|
|
|
INFO_FILES= yes
|
2002-06-25 04:12:39 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if defined(KERBEROS)
|
|
|
|
PKG_USE_KERBEROS= yes
|
2007-02-22 20:26:05 +01:00
|
|
|
CONFIGURE_ARGS+= --with-krb5 --with-krb5-include=/usr/include/krb5
|
2002-06-25 04:12:39 +02:00
|
|
|
CPPFLAGS+= -I/usr/include/gssapi
|
2005-09-23 07:50:55 +02:00
|
|
|
LIBS+= -lcrypt -lcrypto
|
2002-06-25 04:12:39 +02:00
|
|
|
.endif
|
|
|
|
|
2004-04-25 08:58:43 +02:00
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
2005-09-23 07:50:55 +02:00
|
|
|
.if defined(KERBEROS)
|
|
|
|
.include "../../mk/krb5.buildlink3.mk"
|
2005-09-23 18:27:48 +02:00
|
|
|
.endif
|
2002-06-25 04:12:39 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|