forked from Lainports/freebsd-ports
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
19 lines
356 B
Makefile
19 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libxml
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 18
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Binding to libxml2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= mtl
|
|
USE_GNOME= libxml2
|
|
|
|
CONFIGURE_ARGS+= --extra-include-dirs="${LOCALBASE}/include/libxml2"
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|