2001-08-13 17:18:46 +00:00
|
|
|
# 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
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 1
|
2001-08-13 17:18:46 +00:00
|
|
|
CATEGORIES= textproc
|
2003-02-10 21:46:38 +00:00
|
|
|
MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/
|
2001-08-13 17:18:46 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= A minimal implementation of the Document Object Model
|
2001-08-13 17:18:46 +00:00
|
|
|
|
2004-03-30 19:56:43 +00:00
|
|
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
2001-08-13 17:18:46 +00:00
|
|
|
|
2004-03-30 19:56:43 +00:00
|
|
|
USE_ICONV= yes
|
2002-07-15 17:21:56 +00:00
|
|
|
USE_GNOME= glib12
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-18 09:27:49 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --with-libxml2=yes
|
2001-08-13 17:18:46 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
post-patch:
|
2006-02-23 10:40:44 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-lglib|-lglib-12|g ; \
|
2005-06-03 20:18:13 +00:00
|
|
|
s|glib-config|${GLIB_CONFIG}|g ; \
|
|
|
|
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2001-08-13 17:18:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|