1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/simplexml/Makefile
Wen Heping e3c89c70c6 - Remove USE_GZIP=yes since it is default
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	pav@(portmgr)
2011-07-07 09:17:32 +00:00

36 lines
760 B
Makefile

# Ports collection makefile for: simplexml
# Date created: May 18 2010
# Whom: Konstantin Lepa <konstantin.lepa@gmail.com>
#
# $FreeBSD$
#
PORTNAME= simplexml
PORTVERSION= 1.0.1
CATEGORIES= textproc
MASTER_SITES= http://bitbucket.org/klepa/simplexml/get/
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= konstantin.lepa@gmail.com
COMMENT= C++ XML parser library
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
USE_CMAKE= yes
USE_ICONV= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.if defined(WITH_DEBUG)
CMAKE_ARGS+= -DDEBUG_MODE:BOOL=ON
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \
/set.*CMAKE_BUILD_TYPE/d' ${WRKSRC}/CMakeLists.txt \
${WRKSRC}/cmake/FindIconv.cmake
.include <bsd.port.mk>