View | Details | Raw Unified | Return to bug 57836
Collapse All | Expand All

(-)www/neon/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	neon
8
PORTNAME=	neon
9
PORTVERSION=	0.24.3
9
PORTVERSION=	0.24.3
10
PORTREVISION=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	http://www.webdav.org/neon/
12
MASTER_SITES=	http://www.webdav.org/neon/
12
13
Lines 21-33 Link Here
21
USE_OPENSSL=	yes
22
USE_OPENSSL=	yes
22
.endif
23
.endif
23
24
25
USE_GNOME=	gnomehack gnometarget pkgconfig 
24
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--with-ssl \
27
CONFIGURE_ARGS=	--with-ssl \
26
		--enable-xml \
28
		--enable-xml \
27
		--enable-shared \
29
		--enable-shared \
28
		--with-expat \
30
		--with-expat \
29
		--with-libs=${PREFIX}
31
		--with-libs=${PREFIX}
30
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
31
32
32
MAN1=	neon-config.1
33
MAN1=	neon-config.1
33
MAN3=	ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \
34
MAN3=	ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \
(-)www/neon/pkg-plist (-2 / +1 lines)
Lines 24-30 Link Here
24
lib/libneon.so.24
24
lib/libneon.so.24
25
lib/libneon.so
25
lib/libneon.so
26
lib/libneon.a
26
lib/libneon.a
27
lib/pkgconfig/neon.pc
27
libdata/pkgconfig/neon.pc
28
%%PORTDOCS%%%%DOCSDIR%%/html/apas01.html
28
%%PORTDOCS%%%%DOCSDIR%%/html/apas01.html
29
%%PORTDOCS%%%%DOCSDIR%%/html/apas02.html
29
%%PORTDOCS%%%%DOCSDIR%%/html/apas02.html
30
%%PORTDOCS%%%%DOCSDIR%%/html/apas03.html
30
%%PORTDOCS%%%%DOCSDIR%%/html/apas03.html
Lines 80-84 Link Here
80
%%PORTDOCS%%%%DOCSDIR%%/using-neon.txt
80
%%PORTDOCS%%%%DOCSDIR%%/using-neon.txt
81
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
81
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
82
%%PORTDOCS%%@dirrm %%DOCSDIR%%
82
%%PORTDOCS%%@dirrm %%DOCSDIR%%
83
@unexec rmdir %D/lib/pkgconfig > /dev/null 2>&1 || true
84
@dirrm include/neon
83
@dirrm include/neon

Return to bug 57836