summaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
blob: 4e2ec537a927bce50222f7e5c15f40fad9e3b180 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# $NetBSD: Makefile,v 1.5 2001/05/24 08:53:58 jlam Exp $

DISTNAME=		cadaver-0.17.0
CATEGORIES=		www
MASTER_SITES=		http://www.webdav.org/cadaver/

MAINTAINER=		jlam@netbsd.org
HOMEPAGE=		http://www.webdav.org/cadaver/
COMMENT=		command-line WebDAV client

DEPENDS+=		libxml>=1.8.11:../../textproc/libxml

USE_SSL=		# defined
USE_LIBINTL=		# defined
USE_GMAKE=		# defined

ALL_TARGET=		cadaver
GNU_CONFIGURE=		# defined
CONFIGURE_ARGS+=	--with-ssl=${SSLBASE}
CONFIGURA_ARGS+=	--with-include-neon
CONFIGURE_ARGS+=	--enable-libxml
CONFIGURE_ARGS+=	--enable-netrc

.include "../../devel/libgetopt/buildlink.mk"
.include "../../devel/readline/buildlink.mk"

CONFIGURE_ENV+=		LIBS="${LIBS}"
CONFIGURE_ENV+=		ac_cv_lib_curses_tputs=no
CONFIGURE_ENV+=		ac_cv_lib_ncurses_tputs=no

CFLAGS+=		-I${BUILDLINK_INCDIR} ${CPPFLAGS}
LDFLAGS+=		-L${BUILDLINK_LIBDIR}
LIBS+=			-ltermcap

pre-configure: ${BUILDLINK_TARGETS}

# The build process doesn't correctly find some headers for utility functions
# which are provided in ${WRKSRC}/lib.  Help the compiler by linking the
# headers to ${WRKSRC} and explicitly passing -I. to the compiler.
#
CFLAGS+=		-I.

pre-build:
	${RM} -f ${WRKSRC}/glob.h
	${LN} -sf ${WRKSRC}/lib/glob.h ${WRKSRC}/glob.h

post-install:
	${INSTALL_DATA} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1

.include "../../mk/bsd.pkg.mk"