1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/libdap/Makefile
Sunpoet Po-Chuan Hsieh ee9cc0a67f - Sort USES
2014-07-04 02:48:30 +00:00

28 lines
656 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= libdap
PORTVERSION= 3.13.1
PORTREVISION= 1
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
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
libxml2.so:${PORTSDIR}/textproc/libxml2
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
USE_LDCONFIG= yes
USES= charsetfix gmake libtool pathfix
.include <bsd.port.mk>