aboutsummaryrefslogtreecommitdiff
path: root/devel/libdap/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-20 07:05:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-20 07:05:49 +0000
commitb46a9a3e2ba4b1d8717639fe35f18449d7a7d2bf (patch)
tree20d4abaf0dd26d75bdf26cedb05838d4c7f3a707 /devel/libdap/Makefile
parent197198e82c5d97da0e1f4e6f609d47a6a9ffdfcc (diff)
downloadports-b46a9a3e2ba4b1d8717639fe35f18449d7a7d2bf.tar.gz
ports-b46a9a3e2ba4b1d8717639fe35f18449d7a7d2bf.zip
Notes
Diffstat (limited to 'devel/libdap/Makefile')
-rw-r--r--devel/libdap/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile
index fe8bc632e40e..b9b63e168462 100644
--- a/devel/libdap/Makefile
+++ b/devel/libdap/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libdap
-PORTVERSION= 3.12.0
+PORTVERSION= 3.12.1
CATEGORIES= devel
MASTER_SITES= http://www.opendap.org/pub/source/ \
LOCAL/sunpoet
@@ -10,23 +10,16 @@ MASTER_SITES= http://www.opendap.org/pub/source/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SDK which contains an implementation of DAP 2.0 and 3.1
+LICENSE= LGPL21
+
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
libxml2.so:${PORTSDIR}/textproc/libxml2
-CONFIGURE_ARGS= --with-zlib=/usr
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-USES= gmake pathfix
-
-MAN1= dap-config.1 \
- getdap.1
-
-NO_STAGE= yes
-post-patch:
- # do not alter ${PREFIX}/lib/charset.alias
- @${REINPLACE_CMD} -e '/^install-exec-am: / s|install-exec-local||' ${WRKSRC}/gl/Makefile.in
+USES= charsetfix gmake pathfix
.include <bsd.port.mk>