1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Fix build with USE_GCC on head

- Add LICENSE
- Support stage
- Drop maintainership
This commit is contained in:
Wen Heping 2013-11-10 05:58:57 +00:00
parent 430c6e7f66
commit e76c99fd50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333365

View File

@ -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>