freebsd-ports/textproc/gmetadom/Makefile
Tijl Coosemans 5237786108 - Add USES=libtool and bump dependent ports
- Add USES=iconv to fix build on FreeBSD 10
2014-09-02 15:05:37 +00:00

36 lines
844 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gmetadom
PORTVERSION= 0.2.6
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of DOM Implementations
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
USES= gmake iconv libtool pathfix pkgconfig
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= OCAML
OPTIONS_SUB= yes
OCAML_DESC= OCAML language support
OCAML_BUILD_DEPENDS= ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
ocamlc:${PORTSDIR}/lang/ocaml
OCAML_CONFIGURE_OFF= HAVE_OCAMLDEP=no HAVE_OCAMLFIND=no HAVE_OCAMLOPT=no
post-patch:
@${REINPLACE_CMD} -e 's/-lstdc++//g' \
${WRKSRC}/src/gdome_cpp_smart/Makefile.in \
${WRKSRC}/src/gdome_cpp_smart/test/Makefile.in
.include <bsd.port.mk>