aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2013-11-10 13:58:57 +0800
committerwen <wen@FreeBSD.org>2013-11-10 13:58:57 +0800
commitd2641dd5587c72de5a6f6d856bd5b2f30d7ac28d (patch)
tree874187b4d89dba394921dcecf484aabe2fbdd6e2 /science
parentd5d506e69ebce34080ed5382a757c3e5788713a1 (diff)
downloadfreebsd-ports-gnome-d2641dd5587c72de5a6f6d856bd5b2f30d7ac28d.tar.gz
freebsd-ports-gnome-d2641dd5587c72de5a6f6d856bd5b2f30d7ac28d.tar.zst
freebsd-ports-gnome-d2641dd5587c72de5a6f6d856bd5b2f30d7ac28d.zip
- Fix build with USE_GCC on head
- Add LICENSE - Support stage - Drop maintainership
Diffstat (limited to 'science')
-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>