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

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>