# ex:ts=8
# New ports collection makefile for:	xtl
# Date created:			Sep 1, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/devel/xtl/Makefile,v 1.5 2005/12/31 23:17:40 pav Exp $
#

PORTNAME=	xtl
PORTVERSION=	1.4.2
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	laszlof@vonostingroup.com
COMMENT=	A library for R/W structured data to/from an external representation

NO_BUILD=	yes

do-install:
	${CP} -R ${WRKSRC}/include/* ${PREFIX}/include

.include <bsd.port.mk>
