aboutsummaryrefslogblamecommitdiff
path: root/textproc/libxml/Makefile
blob: 349afbe4e66c143248c107d63396c3db47490481 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                                                                               
 
           

 
                      
                      
                 
                              
                     
 
                                 
                                            
 
                          
                   
                         
                   
                   
                    
 
          
                                                                          

                                        
                      
# New ports collection makefile for:	libxml
# Date created:				28 September 1998
# Whom:					Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#

PORTNAME=	libxml
PORTVERSION=	1.8.17
PORTREVISION=	4
CATEGORIES=	textproc gnome
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	XML parser library for GNOME

USE_AUTOTOOLS=	libtool:22
USE_GMAKE=	yes
USE_GNOME=	pkgconfig
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
MAKE_JOBS_UNSAFE=yes

pre-patch:
	@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
		's|malloc\.h|stdlib.h|g'

.include <bsd.port.mk>