2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.43 2011/04/22 13:44:57 obache Exp $
|
2001-05-16 06:40:48 +02:00
|
|
|
|
2010-06-16 18:53:56 +02:00
|
|
|
DISTNAME= cadaver-0.23.3
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 1
|
2001-05-16 06:40:48 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.webdav.org/cadaver/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-05-16 06:40:48 +02:00
|
|
|
HOMEPAGE= http://www.webdav.org/cadaver/
|
2003-07-22 06:14:17 +02:00
|
|
|
COMMENT= Command-line WebDAV client
|
2001-05-16 06:40:48 +02:00
|
|
|
|
2008-03-05 18:12:44 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2001-05-16 06:40:48 +02:00
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= cadaver
|
2002-02-28 19:23:57 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2011-01-01 04:10:10 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2001-05-16 07:55:33 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-netrc
|
2003-09-10 06:37:57 +02:00
|
|
|
CONFIGURE_ARGS+= --with-expat
|
2010-06-16 18:53:56 +02:00
|
|
|
#CONFIGURE_ARGS+= --with-included-neon
|
2003-09-10 06:37:57 +02:00
|
|
|
CONFIGURE_ARGS+= --with-ssl=yes
|
2008-03-05 18:12:44 +01:00
|
|
|
LIBS+= ${BUILDLINK_LDADD.termcap}
|
2001-08-20 05:55:31 +02:00
|
|
|
|
2010-06-16 18:53:56 +02:00
|
|
|
#INSTALL_MAKE_FLAGS+= bindir=${DESTDIR:Q}${PREFIX:Q}/bin \
|
|
|
|
# mandir=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}
|
2001-05-16 06:40:48 +02:00
|
|
|
|
2004-04-27 06:59:42 +02:00
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
2010-06-16 18:53:56 +02:00
|
|
|
.include "../../www/neon/buildlink3.mk"
|
2011-01-01 04:10:10 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2003-09-10 06:37:57 +02:00
|
|
|
# DON'T make this package depend on the www/neon package until neon
|
|
|
|
# becomes stable; keep it using its internal copy of neon as with
|
|
|
|
# www/sitecopy. This package has in the past bounced back and forth
|
|
|
|
# between using external and internal neon because neon moves faster
|
|
|
|
# than cadaver, and does so incompatibly.
|
2002-08-25 23:50:52 +02:00
|
|
|
|
2001-05-16 06:40:48 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|