aboutsummaryrefslogtreecommitdiffstats
path: root/www/neon26/Makefile
blob: e3d66152f413c2d2f38604bad86ccd7f4b6b1c01 (plain) (blame)
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
# New ports collection makefile for: neon
# Date created:     13 October 2000
# Whom:         Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=   neon
PORTVERSION=    0.19.3
CATEGORIES= www
MASTER_SITES=   http://www.webdav.org/neon/

MAINTAINER= rooneg@electricjellyfish.net

LIB_DEPENDS=    xml.5:${PORTSDIR}/textproc/libxml

.ifndef WITHOUT_OPENSSL
USE_OPENSSL=    yes
.endif

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
        --enable-xml \
        --enable-shared \
        --with-libxml1
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

.ifndef NOPORTDOCS
post-install:
    ${MKDIR} ${PREFIX}/share/doc/neon
    ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
.endif

.include <bsd.port.mk>