aboutsummaryrefslogtreecommitdiff
path: root/science/libkml
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2013-11-10 05:58:57 +0000
committerWen Heping <wen@FreeBSD.org>2013-11-10 05:58:57 +0000
commite76c99fd50c75eac691461713786c202fc1cf8ff (patch)
tree874187b4d89dba394921dcecf484aabe2fbdd6e2 /science/libkml
parent430c6e7f6626d6cd0b1d37f7c64e1e9cdc411972 (diff)
downloadports-e76c99fd50c75eac691461713786c202fc1cf8ff.tar.gz
ports-e76c99fd50c75eac691461713786c202fc1cf8ff.zip
Notes
Diffstat (limited to 'science/libkml')
-rw-r--r--science/libkml/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile
index e79c3a02e6d7..40d16dd18e0c 100644
--- a/science/libkml/Makefile
+++ b/science/libkml/Makefile
@@ -6,18 +6,20 @@ PORTVERSION= 1.2.0
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-MAINTAINER= wen@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parse, generate, and operate on KML
+LICENSE= BSD
+
BUILD_DEPENDS= ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 \
${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GCC= yes
+USES= gmake
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -Wno-long-long
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>