1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/textproc/gmetadom/Makefile
Mathieu Arnold df38d53440 Convert to staging.
Sponsored by:	Absolight
2014-01-27 22:15:27 +00:00

34 lines
761 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gmetadom
PORTVERSION= 0.2.6
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of DOM Implementations
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
USES= pathfix pkgconfig gmake
USE_GNOME= glib20 libxml2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
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
.include <bsd.port.mk>