freebsd-ports/textproc/minidom/Makefile
Baptiste Daroussin cb9a3d6540 Deprecate unmaintained ports from textproc where upstream disapear and/or
 where no distfiles can be found and are not used by maintained ports
2011-03-12 22:35:12 +00:00

38 lines
910 B
Makefile

# ex:ts=8
# New ports collection makefile for: minidom
# Date created: Aug 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= minidom
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= A minimal implementation of the Document Object Model
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
USE_AUTOTOOLS= libtool
USE_ICONV= yes
USE_GNOME= glib12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-libxml2=yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lglib|-lglib-12|g ; \
s|glib-config|${GLIB_CONFIG}|g ; \
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>