freebsd-ports/devel/xtl/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

17 lines
371 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= 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>