1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/xtl/Makefile
2014-02-19 11:36:13 +00:00

18 lines
373 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= xtl
PORTVERSION= 1.4.2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A 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>