1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/textproc/minidom/Makefile

34 lines
744 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: minidom
# Date created: Aug 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= minidom
2002-06-03 18:58:40 +00:00
PORTVERSION= 0.1.4
PORTREVISION= 0
CATEGORIES= textproc
MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:21:36 +00:00
COMMENT= A minimal implementation of the Document Object Model
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
USE_ICONV= yes
USE_REINPLACE= yes
USE_GNOME= glib12
USE_INC_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-libxml2=yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lglib|-lglib12|g ; \
s|glib-config|${GLIB_CONFIG}|g' ${WRKSRC}/configure
.include <bsd.port.mk>