freebsd-ports/science/libkml/Makefile
Sunpoet Po-Chuan Hsieh 2d4bd9b3f4 - Update LICENSE
2013-12-26 21:48:54 +00:00

25 lines
556 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= libkml
PORTVERSION= 1.2.0
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for parse, generate, and operate on KML
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 \
${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_GCC= yes
USES= gmake
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -Wno-long-long
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>