freebsd-ports/editors/xmlcopyeditor/Makefile
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00

34 lines
866 B
Makefile

# Created by: José García Juanino <jjuanino@gmail.com>
# $FreeBSD$
PORTNAME= xmlcopyeditor
PORTVERSION= 1.2.1.3
PORTREVISION= 9
CATEGORIES= editors
MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
MAINTAINER= jjuanino@gmail.com
COMMENT= Fast validating XML editor
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \
libxslt.so:textproc/libxslt \
libaspell.so:textproc/aspell \
libpcre.so:devel/pcre \
libxml2.so:textproc/libxml2 \
libexpat.so:textproc/expat2
USE_WX= 2.8+
WX_COMPS= wx contrib
WX_CONF_ARGS= absolute
USES= dos2unix gettext gmake iconv libtool
USE_GNOME= intltool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/libxml2
LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${ICONV_LIB}
.include <bsd.port.mk>