9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2006/03/04 21:30:57 jlam Exp $
|
|
|
|
DISTNAME= cadaver-0.22.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.webdav.org/cadaver/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.webdav.org/cadaver/
|
|
COMMENT= Command-line WebDAV client
|
|
|
|
|
|
BUILD_TARGET= cadaver
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --enable-netrc
|
|
CONFIGURE_ARGS+= --with-expat
|
|
CONFIGURE_ARGS+= --with-included-neon
|
|
CONFIGURE_ARGS+= --with-ssl=yes
|
|
|
|
# We don't need curses, just termcap.
|
|
CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no
|
|
LIBS+= -ltermcap
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
|
|
# 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.
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|