summaryrefslogtreecommitdiffstats
path: root/textproc/minidom/Makefile
blob: 5e0894bc969b8c0a5627ab3c74b7f6d100a055e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ex:ts=8
# New ports collection makefile for:	minidom
# Date created:			Aug 13, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	minidom
PORTVERSION=	0.1.4
PORTREVISION=	0
CATEGORIES=	textproc
MASTER_SITES=	http://www.cs.unibo.it/helm/mml-widget/sources/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2 \
		iconv.3:${PORTSDIR}/converters/libiconv

USE_GNOMENG=	yes
USE_GNOME=	glib12
USE_LIBTOOL=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS=	--with-libxml2=yes
INSTALLS_SHLIB=	yes

post-patch:
	@${PERL} -pi -e 's|-lglib|-lglib12|g ; \
		 s|glib-config|${GLIB_CONFIG}|g' ${WRKSRC}/configure

.include <bsd.port.mk>
OpenPOWER on IntegriCloud