ports/editors/xmlcopyeditor/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +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= 6
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>