aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdap/Makefile
blob: 19033a612c31148c8379ece7dabeadaf397a1214 (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
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   libdap
PORTVERSION=    3.16.0
CATEGORIES= devel
MASTER_SITES=   http://www.opendap.org/pub/source/ \
        LOCAL/sunpoet

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    SDK which contains an implementation of DAP 2.0 and 3.1

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libcurl.so:${PORTSDIR}/ftp/curl \
        libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
        libxml2.so:${PORTSDIR}/textproc/libxml2

GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes
USES=       bison charsetfix gmake libtool localbase pathfix

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-dds.yy
.endif

.include <bsd.port.post.mk>