diff options
author | wen <wen@FreeBSD.org> | 2013-11-10 13:58:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-11-10 13:58:57 +0800 |
commit | d2641dd5587c72de5a6f6d856bd5b2f30d7ac28d (patch) | |
tree | 874187b4d89dba394921dcecf484aabe2fbdd6e2 /science | |
parent | d5d506e69ebce34080ed5382a757c3e5788713a1 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |