aboutsummaryrefslogtreecommitdiff
path: root/devel/xtl/Makefile
blob: a0ca785b12b8724244de91b9ccc69f6adf3dd207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: ijliao

PORTNAME=	xtl
PORTVERSION=	1.4.2
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for R/W structured data to/from an external representation

NO_BUILD=	yes

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

.include <bsd.port.mk>