mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7e28a1116e
PR: 134888 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
31 lines
689 B
Makefile
31 lines
689 B
Makefile
# New ports collection makefile for: libdap
|
|
# Date created: 22 Feb, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdap
|
|
PORTVERSION= 3.9.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.opendap.org/pub/source/
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= SDK which contains an implementation of DAP 2.0 and 3.1
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
CFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's#$(libdir)/pkgconfig#$(libdir)/libdata/pkgconfig#g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|